body{
    width: 90%;
    height: 100%;
    border: 10px solid white;
    background: black;
    padding: 5px;
}

h1 {color: blue; 
    font-size:60px;
    text-align: center;
    font-family: Arial, sans-serif; 
}
#seek h2{
    color: blue;
}
#seek {
    background-color: grey;
    border: 2px solid white;
    height: 250px;
    width: 800px;
    text-align: left;
    padding: 2px;
    overflow: auto;
}

#fix h2{
    color: orange;
}
#fix {
    background-color:grey;
    border: 2px solid white;
    height: 200px;
    width: 800px;
    text-align: left;
}
#act h2{
    color: pink;
}
#act {
    background-color: grey;
    border: 2px solid white;
    height: 200px;
    width: 800px;
    text-color: red;
}
div h2 {
    font-size:20px;
    text-align: center;
}
/*div{
    float: center;
    background-color: grey;
    border: 2px solid white;
    height: 200px;
    width: 400px;
    text-align: right;
}*/

a:any-link{
    color: orange;
}
a:hover {
    color: blue;
}
img {
     display: block;
     position: flex;
     margin-left: 60%;
     margin-right: auto;
}
