
body {

    height: fit-content;
    width: 100%;
    max-width: 1300px;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    
    
    

}


@media only screen and (max-width:910px) {

    body{
  
        width: 910px;
        max-width: 910px;
        min-width: 910px;
        
        
    }
     
  
  }



h1 {

    margin-top: 30px;
    color: rgb(0, 0, 0);
}

h2 {

    color: rgba(16, 20, 20, 0.774);
}

.topten {

    margin-left: 15px;
}

p {
    color: rgb(243, 98, 2);
    font-size: 22px;
}

li {

    margin-left: 20px;
}

.notice {

    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 10px;
    height: 60px;
    width: 100%;
}

.note {

    color: black;
    font-weight: bold;
    font-size: 15px;
}

.alsoDiv {

    margin-top: 60px;
    height: 60px;
    width: 100%;
}

.Also {

    color: black;
    font-weight: bold;
    font-size: 21px;
    margin-left: 5px;
}

.otherpages {

     display: grid;
     row-gap: 5px;
     grid-template-rows: 55px 55px 55px 55px 55px 55px;
     margin-left: 10px;
}

.goto {

    background-color:  rgb(0, 230, 230);
    color: black;
    font-size: 23px;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 16px;
    
}

.otherpages :hover {

    background-color:  rgb(0, 205, 205);
}