body{
    margin:0;
    min-height: 100%;
}
header{
    background-color:darkslategrey;
    font-family:'Times New Roman', Times, serif;
    height:100px;
    position:fixed;
    width:100%;
}
nav{
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    word-spacing: 5px;
}
nav a{
    
    text-decoration: none;
    color:darkgray;
}
a:hover:not(.active){
    color:rgb(3, 0, 51);
}
.active{
    color:rgb(255, 255, 255);
}
img{
    margin-top:100px;
    width:100%;
    height:auto;
}
.contact{
    padding-top: 40px;
    padding-left: 170px;
}
.contact p{
    margin-top: 0px;
    padding-left: 30px;
    font-size: larger;
}
.contact li{
    font-size:35px;
    font-weight: bold;
    padding-bottom: 30px;
}
.contact a{
    color:black;
}
.contact a:hover{
    color:blue;
}
#mail{
    margin-top:0px;
    width:20%;
    height:auto;
}
footer{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 30px;
    padding-left:137px;
    font-size:25px;
    background-color: rgb(90, 152, 152);
}
#text{
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:30px;
    padding-right: 900px;
}
footer a{
    padding:20px;
}

.heading{
    text-align: center;
    font-size:50px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#tt{
    background-color: white;
    font-size: 30px;
    margin-left:120px;
    margin-top:60px;
    border: 1px solid black;
    border-collapse: collapse;
}
#edu{
    background-color: white;
    font-size: 35px;
    margin-left:180px;
    border: 1px solid black;
    border-collapse: collapse;
}
th,td{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 15px;
}
.bottom{
    position: absolute;
    bottom: 0;
}
tr:nth-child(even){
    background-color: #D6EEEE;
}
.hlist{
    font-size: 20px;
    padding-left: 100px;
}
.hlist input{
    padding:15px;
    font-weight: bold;
}
button{
    font-size: 20px;
    background-color: rgb(25, 108, 232);
    border-radius: 20%;
}
.hobby{
    display: none;
    padding-left: 30px;
    background-color: beige;
}
#about{
    font-size:30px;
    margin-right:600px;
    margin-left:100px;
    margin-bottom:200px;
    margin-top: 100px;
}
#pc{
    width: 30%;
    float: right;
    margin-right:50px;
    margin-top: -100px;
}

.ih{
    font-size:50px;
    text-align: center;
    margin-right: 500px;
    font-family: Arial, Helvetica, sans-serif;
}