@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bricolage+Grotesque:opsz,wght@12..96,600&family=Shantell+Sans&display=swap');
body{
    background-color: rgba(244, 237, 227, 1);
    }

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 130px;
    width: 100%;
    height: 100vh;
    color:rgba(229, 210, 182, 1);
    font-family: 'Archivo Black', sans-serif;  
}

.change-letter:hover {
    color: rgba(227, 115, 255, 1);
    font-family: 'Archivo Black', sans-serif;
    font-size: 130px;
}

.change-letter:hover + .change-letter-a {
    color: rgba(229, 210, 182, 1);
    font-family: 'Archivo Black', sans-serif;

}

.arrow-link {
    display: inline;
    position: absolute;
    bottom: 270px;
    left:851.5px;
    font-size: 100px;
    color:rgba(244, 237, 227, 1);
    text-decoration: none;
    transition: color 0.3s ease; 

}

.arrow-link:hover {
    color:  rgba(227, 115, 255, 1);
}



