body{
    background-color: rgb(9, 7, 24);
    /*background-image: url("index.jpeg");*/
    /*background-attachment: fixed;*/
}
html, body {
    height: 100%;
  }
img{
    z-index: 1;
}
#edu{
    margin-bottom: 20%;
}
#row1{
    background-color: rgb(73, 104, 131);
}

#nav1{
    background-color: black;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}
#nav1 a{
    color: white;
    text-decoration: none;
}
#nav1:hover{
    background-color: rgb(54, 58, 61);
    cursor: pointer;
}
.typing-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-cursor {
    display: inline-block;
    width: 30px;
    height: 8px;
    background-color: white;
    margin-left: 5px;
    margin-top: 40px;
}
.sentence{
    color: white;
    font-size: 70px;
    font-style: bold;
    font-weight: bolder;
    font-family:Arial, Helvetica, sans-serif;
}
@keyframes blink {
    0% {opacity: 1;}
    40% {opacity: 1;}
    60% {opacity: 0;}
    100% {opacity: 0;}
  }
  
  .input-cursor { 
  animation: blink .4s linear infinite alternate;
}
p{
    font-size: 20px;
    text-align: center;
}
.el1{
    width: 50%;
}

table.table1, th, td{
    font-size: 20px;
    color: black;
    text-align: center;
    border: 1px solid black;
    background-color: rgb(196, 212, 212);
    width: 100%;
    height: 100px;
    border-bottom: 10px;
}
th{
    font-size: 30px;
}
.heading{
    background-color: rgb(16, 27, 41);
    text-align: center;
    font-size: 40px;
}
#intro{
    font-size: 25px;
}
.imagee{
    width: 100%;
    height: 50%;
    display: fixed;
    z-index: -1;
}
table.table2{
    background-color: rgb(226, 202, 202);
    width: 100%;
}
 table.table2 th{
    background-color: rgb(226, 202, 202);
 }
 table.table2 td{
    background-color: rgb(230, 163, 163);
 }
 table.table2 td:hover{
    background-color: rgb(153, 24, 24);
    cursor: pointer;
 }

 #myImg{
    padding-left: 10px;
 }

ul{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 30%;
    text-align: left;
}

 #footer1{
    position: fixed;
    bottom: 0%;
    background-color: rgb(17, 24, 27);
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    width: 80%;
    margin-left: 20%;
    padding-bottom: 5px;
}
#footer2{
    position: fixed;
    bottom: 0%;
    background-color: rgb(17, 24, 27);
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    width: 5%;
    padding-bottom: 5px;
}
#footer3{
    position: fixed;
    bottom: 0%;
    background-color: rgb(17, 24, 27);
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    width: 5%;
    margin-left: 5%;
    padding-bottom: 5px;
}
#footer4{
    position: fixed;
    bottom: 0%;
    background-color: rgb(17, 24, 27);
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    width: 5%;
    margin-left: 10%;
    padding-bottom: 5px;
}
#footer5{
    position: fixed;
    bottom: 0%;
    background-color: rgb(17, 24, 27);
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    width: 5%;
    margin-left: 15%;
    padding-bottom: 5px;
}
#footer1 a{
    color: white;
    text-decoration: none;
}
#footer1:hover{
    background-color: rgb(54, 58, 61);
    cursor: pointer;
}
#footer2 a{
    color: white;
    text-decoration: none;
}
#footer2:hover{
    background-color: rgb(54, 58, 61);
    cursor: pointer;
}
#footer3 a{
    color: white;
    text-decoration: none;
}
#footer3:hover{
    background-color: rgb(54, 58, 61);
    cursor: pointer;
}
#footer4 a{
    color: white;
    text-decoration: none;
}
#footer4:hover{
    background-color: rgb(54, 58, 61);
    cursor: pointer;
}
#footer5 a{
    color: white;
    text-decoration: none;
}
#footer5:hover{
    background-color: rgb(54, 58, 61);
    cursor: pointer;
}

#time{
    font-size: 20px;
    text-align: center;
    color: white;
}
#sentence2{
    color: peachpuff;
    font-weight: bold;
}
#sentence2:hover{
    color: rgb(160, 62, 62);
    cursor: pointer;
}

.spacer{
    height: 10%;
    margin-bottom: 3%;
}

#form1{
    margin-left: 20%;
    margin-right: 20%;
}
#InputFeedback{
    height: 200px;
    padding-bottom: 180px;
}
#cont{
    margin-top: 5%;
}

.row .hobby2{
    margin-bottom: 10%;
    color: white;
    font-size: 32px;
}