html {
    font-family: 'Poppins', sans-serif;
    color: white;
}

body {
    background-image: linear-gradient(to bottom right, #131313 60%, #252525 90%);
    overflow-x: hidden;
    overflow-y: hidden;
}

footer {
    opacity: 0.6;
    margin-top: -40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 200px;
}

.footer-text-1 {
    margin-top: 10px;
    color: #868686;
}

.footer-text-2 {
    margin-top: -20px;
    margin-bottom: 10px;
    color: #868686;
}

.footer-highlight {
    color: #FFFFFF;
    font-weight: 600;
}