@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

body {
    background-image: url(background.jfif);
    background-size: cover;
    background-color: #151a23;
    color: white;
    position: relative;
    bottom: 80px;
    font-family: 'Roboto', sans-serif;
    margin-left: 40px;
}

.desc {
    color: #6e7f9a;
    font-size: 150%;
    position: relative;
    bottom: 120px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 7rem;
}

h1>span {
    position: relative;
    bottom: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background: #F56566;
    background: linear-gradient(to right, #53f2d8 0%, #426bf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 7.5rem;
}

button {
    position: relative;
    bottom: 45px;
    font-weight: bold;
}

.button2 {
    background: #77ffe8;
    background: linear-gradient(to right, #77ffe8 0%, #7192ff 100%);
    color: #151a23;
    border: none;
    border-radius: 5px;
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: ease all 0.2s;
    margin-right: 35px;
}

.button2:hover {
    background: #7192ff;
    background: linear-gradient(to right, #70f1dc 0%, #4f78ff 100%);
    background-color: white;
    border-radius: 5px;
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.button1 {
    border: 1px solid #718096;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: ease all 0.2s;
}

.button1:hover {
    background-color: #71809637;
}

button:hover {
    transform: translate3d(0, -3px, 22px);
}

#logo,
.logo {
    position: relative;
    top: 100px;
    right: 25px;
    transform: scale(120%);
    box-shadow: 0px 1px 20px 0px rgba(129, 129, 129, 0.581);
    float: right;
    border-radius: 100%;
    width: 280px;
    height: 280px;
    margin-right: 25px;
}

#line {
    background-color: #53f2d8;
    background: linear-gradient(to right, #53f2d8 0%, #426bf6 50%, #4f78ff00 100%);
    width: 100%;
    height: 1px;
}

.gpw {
    width: 50%;
}

::-webkit-scrollbar {
    background-image: url(background.jfif);
    background-size: cover;
}

::-webkit-scrollbar-button {
    background-color: transparent;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

::selection {
    color: white;
    background-color: rgba(255, 255, 255, 0.377);
    border-radius: 5px;
}