body{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: sans-serif;
    background: #000;
    color: #fff;
}
#head1{
    width: 22%;
    height: 70px;
    background-color:#202020;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
#img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-top: 10px;
    border: 5px solid white;    
}
#box{
    width: 22%;
    height: 700px;
    background-color: #202020;
    position: fixed;
    text-align: center;
    color: white;
}
#ul{
    list-style-type: none;
    font-variant: small-caps;
    margin-top: 70px;
    text-align: center;
    font-size: 1.2em;
    margin-right: 30px;
    }
#ul li{
    display:block;
    line-height: 45px;
}
#ul li a{
    text-decoration: none;
    color: white;
}
#ul li:hover{
    border-bottom: none;
    border-bottom: 1px solid #fff;
    color: black;
}
#head2{
    width: 78%;
    height: 70px;
    background-color: #000;
    border-bottom: 1px solid #808080;
    position: fixed;
    color: #fff;
    z-index: 5;
    top: 0;
}

.demo{
    width: 100px;
    height: 50px;
    outline: none;
    border: 1px solid #808080;
    border-radius:5px;
    background: #000;
    color: #fff;
    
}
.more{
    width: 200px;
    height: 50px;
    outline: none;
    border: 1px solid #808080;
    border-radius:5px;
    background: #000;
    color: #fff;
}
.demo:hover,.more:hover{
    background-color:#808080;
    color:white;
    font-weight: bold;
    border: 2px solid #808080;
}
#thank{
    font-variant: small-caps;
    margin-top: 25px;
    text-align: center;
}
footer{
    width: 100%;
    height: 200px;
    background: #202020;
    color: white;
    margin-top: 5%;
}
.copy{
    font-family: verdana;
    font-size: 0.9em;
    color: lightgray;
    text-align: center;
    margin-top: 30px;
}
img{
    
    border-radius: 10px;
}
img:hover{
    opacity: 0.7;
}
h1{
    text-align: center;
}
.icons{
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    color:#000000;
    font-variant: small-caps;
    font-size: 2em;
    border-radius: 10px;
}
.icons:hover{
    color: black;
}
