
body {
    background-color:white;
    color:black;
    font-family: 'Trebuchet MS';
    padding: 10px;
   
}
header {
    background-color: aqua;
    padding: 0px;
}

li a{
    
    display:block;
    color:black;
    text-decoration: none ;
    font-size: 30px; 
    font-weight: 800;
    margin-right:10px;
    margin-left:10px;
    float:left;
}
li a:hover {
    background-color:rgb(137, 234, 251);
    list-style-type: none;
}
li {
    list-style-type: none;
    background-color:red;
}





#image{
height:500px;
width:1000px;
margin:10px;
border:0px;
display:block;
padding:10px;
}
table, td, th {
    border:8px solid aqua;
    border-collapse: collapse;
}

.joe{
    color:white;
    text-decoration: none;
    }

.nice {
    color: black;
}

.ron {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

h1 {
    color: blue;
}

#imoge {
    height: 45px;
    width: 150px;
    margin: 0px;
    padding:0px;
}

h3 {
    font-weight: 500;
}

.a:hover {
    color: #1f1e33;
}

li #Jonethan {
    margin: 0px;
}

#imuge {
    height: 600px;
    width: 750px;
}