*{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header {
    text-align: center;
    margin-bottom:15px;
    background-color: white;
}

body {
    background-color: rgb(5, 231, 231);
    overflow-x: hidden;
    text-align: center;
}

nav{
    background-color: palevioletred;
    padding: 10px;
}

li {
    display: inline-block;
    margin-left:18px;
    font-size: 15pt;
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

}

a:link{
    color:rgb(134, 76, 76);
    text-decoration: none;
}

a:visited{
    color:rgb(134, 76, 76);
    
}
a:hover{
    border-style: dashed;
    border-color:rgb(107, 4, 107);
    border-radius: 5px;
}

.header {
    font-size: 50pt;
    color: rgb(81, 192, 183);
    margin-bottom: 25px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}

.position {
   margin-left: 420px;
   margin-right: 445px;
   padding: 35px;
   background-color: white;
  
}

.center{
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30pt;
    margin: 60px;
    color: rgb(37, 36, 36);
}

.name {
    font-size: 220pt;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    color: rgba(252, 252, 252, 0.699);
    text-shadow: 1px 1px 3px dimgrey ;
}

.center2{
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 65pt;
    margin-top: 25px;
    margin-bottom: 25px;
    color: rgb(59, 59, 59);
    background-color: rgba(253, 253, 253, 0.753);
}

.img{
    width: 1200px;
    padding: 80px;
    
}

.smaller {
    width: 1000px;
    margin-bottom: 5px;
    
}

.textbox{
    margin-right:150px;
    margin-left: 150px;
    margin-top: 25px;
    font-size: 18pt;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.title{
    font-size: 35pt;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    padding:15px;
}

