body{
    background-image:url(../images/background.jpg);
    color:azure;
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    text-align: center;
}
h1.c{color: rgb(22, 80, 94);}
h3{
    text-align: center;
}
#ul1{
    text-align: center;
}
#p1{
    text-align: center;
    font-family: sans-serif; /* make this a sans font type, serif doesnt not work*/
    font-size: 175%;
    line-height: 1.7;
}
#p2{
  text-align: center;
  font-family: sans-serif; /* make this a sans font type, serif doesnt not work*/
/*  font-size: 175%;*/
/*  line-height: 1.7; */
}
#display{
    background-color: rgba(11, 15, 17, 0.96);
    border: none;
    /*box-shadow: 0px 0px 0px 1.3px rgba(0, 77, 38, 0.62) inset;*/
    padding: 3%;
    border-radius: 25px;
    width: 90%;
    margin:auto;
}
#display1{
    background-color: rgba(11, 15, 17, 0.96);
    border: none;
    padding: 4.5%;
    border-radius: 25px;
    width: 90%;
    margin:auto;
}
#display2{
    background-color: rgba(11, 15, 17, 0.96);
    border: none;
    padding: 2%;
    border-radius: 25px;
    float: right;
    width: 90%;
    margin:auto;
}
#text{
    font-family:'Times New Roman', Times, serif;
    font-size: 175%;
    line-height: 1.7;
    margin: auto;
}
#text2{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 175%;
    line-height: 1.7;
    margin: auto;
}
#text3{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 175%;
    line-height: 1.7;
    margin: auto;
}
#texta{
  text-align: left;
  font-family:'Times New Roman', Times, serif;
  font-size: 175%;
  line-height: 1.7;
  margin-right: 10%;
}
#br{
margin: 5%;
}
table.top{
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(11, 15, 17, 0.96);
    border: none;
    padding: 1%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    /*box-shadow: 0px 0px 0px 0.8px aqua inset;*/
}
table.a{
  margin: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
}
th{
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cool:hover{
    animation-name: cool;
    animation-timing-function: ease-in;
}
@keyframes cool {
    0% {transform: translate(0);}
    50% {transform: translate(5px);}
    100% {transform: translate(10px);}
}
a{text-decoration: none;}
a:link{color: rgb(8, 132, 185);}
a:visited{color: rgb(8, 132, 185);}
a:hover{color: rgb(60, 146, 6);}
a.x:link{color:rgb(112, 195, 204);}
a.x:visited{color:rgb(112, 195, 204);}
a.a:link{color:rgb(88, 255, 213);}
a.b:link{color:rgb(251, 255, 41);}
a.a:visited{color: rgb(0, 119, 109);}
a.b:visited{color: rgb(196, 180, 0);}
a.a:hover{color: rgb(60, 146, 6);}
a.b:hover{color: rgb(60, 146, 6);}
a.c:link{color: rgb(22, 80, 94);}
a.c:visited{color: rgb(22, 80, 94);}
a.c0:link{color:rgb(115, 95, 231);}
a.c0:visited{color: rgb(75, 53, 200);}
a.c0:hover{color: rgb(105, 44, 180);}
img.a {
    border-radius: 32px;
    padding: 1%;
    width: 350px;
    height: 350px;
  }
  img.b {
    border-radius: 32px;
    padding: 1%;
    width: 400px;
    height: 400px;
  }
  img.c {
    border-radius: 32px;
    padding: 1%;
    width: 30%;
    margin:auto;
    padding-left:3%;
  }
  img.j{
    border-radius: 32px;
    padding: 1%;
    width: 65px;
    height: 65px;
    bottom:2px;
    left:90%;
    opacity: 0;
    position:fixed;
  }
  img.r {
    border-radius: 16px;
    padding: 1%;
    width: 155px;
    height: 155px;
  }
  .d {
    animation-name: key;
    animation-duration: 4s;
    animation-fill-mode: forwards;
  }
  img.w{
    border-radius: 16px;
    width: 650px;
    height: 650px;
  }
  img.y{
    border-radius: 16px;
    width: 650px;
  }
  input{
    font-family: 'Times New Roman', Times, serif;
    background-color: azure;
    width: 38%;
    margin-left: 30%;
    font-size: 18px;
    padding: 16px 16px;
    border-radius: 10px;
    margin-bottom: 6%;
  }
  textarea{
    background-color: azure;
    width: 41%;
    margin-left: 29%;
    font-size: 16px;
    padding: 16px 16px;
    border-radius: 10px;
    margin-bottom: 6%;
    border: none;
    resize: none;
    font-family: 'Times New Roman', Times, serif;
  }
  textarea:focus{
    font-family: 'Times New Roman', Times, serif;
    outline: none;
  }
  input:focus{
    font-family: 'Times New Roman', Times, serif;
    outline: none;
    background-color: azure;
    border-width: 3px;
  }
  button{
    background-color:dodgerblue;
    color: azure;
    border-radius: 20px;
    border-color:#352D1A;
    font-size: 22px;
    padding: 10px 18px;
    text-align: center;
    display: flex;
    margin: auto;
  }
  button:hover{
    opacity: 60%;
    cursor: pointer;
  }