#main{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image:url('../img/background.png');
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main > div{
    background-color: #FFF;
    border-radius: 16px;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.3);
    text-align: center;
}
#main > div > img{
    width: 280px;
    margin: 64px 64px 32px 64px;
}
#main > div > div:nth-child(2){
    padding: 32px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    background-color: #EEE;
    color: #000;
    }
#main > div > div > h2{
    font-size: 1.4rem;
    margin-bottom: 8px;
}
#main > div > div:nth-child(3){
    background-color: #FFF;
    padding: 32px;
    }
#main > div > div:nth-child(3) > a > img{
    width: 42px;
    }