#monogram {
    min-width: 200px;
    max-width: 80%;
    filter: drop-shadow(0 0 .6rem black);
}

@media only screen and (max-width: 550px){
    #monogram{
        width:85%;
        filter: drop-shadow(0 0 .6rem black);
    }
}

header{
    padding-top: 20px;
    text-align: center;
    align-content: center;
    color: white;
}

a:visited {color: white}
a {color:white}

header img{
    max-width: 4rem;
}

menu{
    text-align: center;
    width: 100%;
    align-content: center;
    left: 50%;
}
menu ul{
    padding: 0;
}

menu li{
    display: inline-block;
    width: auto;
    list-style: outside none none;
}

#name{
    color:white;
}

body{
    background-color: #323336;
    color: white;
}

#contacts .vcard{
    filter: invert(95%) sepia(58%) saturate(635%) hue-rotate(70deg) brightness(70%) contrast(90%);
    width: 60px;
    margin: 5px;
    float: right;
}

.vcardsmall{
    filter: invert(95%) sepia(58%) saturate(635%) hue-rotate(70deg) brightness(70%) contrast(90%);
    width: 20px;
    margin: 5px;
}

main {
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    text-align: center;
}

.contactBlock{
    width:90%;
    max-height: 6rem;
    margin: auto;
    margin-bottom: 15px;
    padding: 15px;
    background-color: white;
    border-radius: 25px;
    overflow: hidden;

}

.contactBlock img{
    max-height:80px;
    max-width: 300px;
}

.left{
    float:left;
    max-width: 10%;

}

.right{
    float:right;
    max-width: 10%;
    transform: translate(-50%, -50%);
}

.center{
    text-align: center;
    color: black;
    font-size:2em;
}