body{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: sans-serif;
}
header{
    width: 100%;
    height: 70px;
    background-color: deeppink;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
#thank{
    font-variant: small-caps;
    color: white;
    margin-top: 25px;
    text-align: center;
}
#img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 10px;
}
#name{
    position: absolute;
    color: white;
    margin-top: 25px;
    margin-left: 20px;
    font-weight: bold;
}
#ul{
    list-style-type: none;
    word-spacing: 10px;
    margin-top: 25px;
    text-transform: uppercase;
}
#ul li{
    display: inline;
    
}
#ul li a{
    text-decoration: none;
    color: white;
}
#ul li a:hover{
    border-bottom: 2px solid white;
}
.cardStyle{
    width: 30%;
    margin: auto;
    border-radius: 10px;
    border: 4px solid white;    
}
footer{
    width: 100%;
    height: 200px;
    background: black;
    color: white;
    margin-top: 5%;
}
.copy{
    font-family: verdana;
    font-size: 0.9em;
    color: lightgray;
    text-align: center;
    margin-top: 30px;
}
img:hover{
    opacity: 0.7;
    
}
h1{
    text-align: center;
}
.icons{
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    color: deeppink;
    font-variant: small-caps;
    font-size: 2em;
    border-radius: 10px;
}
.icons:hover{
    color: black;
}
