.home{
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(90deg, hsla(207, 28%, 92%, 1) 0%, hsla(206, 29%, 77%, 1) 100%);;
}

.logo-wrapper{
    width: 450px;
    height: 230px;
}

.logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a{
    text-decoration: none;
    color: black;
    font-size: 26px;

}

a div{
    border: 1px solid rgb(249,249,249);
    border-radius: 10px;
    transition: all 250ms;
}

a div:hover{
    box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.2);
}
