.Top{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.Head{
    font-size: 3vw;
    font-weight:500;
    color: #666;
    padding-left: 2vw;
    padding-top: 0;
    text-align: right;
    margin-right: 6vw;
    line-height: 70%;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 3vh;
}


.Partner{
    background-image: url(../img/Partner/asdf.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.grid{
    display: flex;
    justify-content: space-evenly;

}

.glass{
    font-size: 2rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    text-align: center;
    height: 23vh;
    width: 23vw;
    margin-top: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Vert{
    max-height: 21vh;
    max-width: 21vw;
}

.Horiz{
    max-width: 21vw;
    max-height: 21vh;
}
