/* 
March 05 2020 */

* {
    margin-left: 5px;
    background: azure;
}

header  {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    /* border-bottom: 1px solid lightgrey;  */
    border: none;
    /* padding-bottom: 5px;  */
    font-weight: 500;
    color: aquamarine;
    text-align: center;
}

body {
    font-family: 'Montserrat', sans-serif;
}

#description {
}

#description img {
    border: none;
    border-radius: 10em;
    display: inline-block;
    position: relative;
    left: -20%;
}

header h1 strong {
    font-weight: 100;
}

#contact h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#contact ul {
    margin-top: 0;
    list-style-type: none;
}


#contact a {
    text-decoration: none;
    color: inherit;
}

#contact a:hover {
    text-decoration: underline;
    font-size: 130%;
    transition-duration: 1s;
}   