body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color:rgb(30, 37, 110);
}

header{
    background-color: rgb(30, 37, 110) ;
    color: white;
    text-align: center;
    display: block;
    height: 40px;
    font-family: Kings;
    margin-bottom: 75px;
    font-size: 30px;
}

img{
    width: 320px;
    float: center;
}


main{
    text-align: center;
    display: block;
    width: 75%;
    background-color: rgb(140, 145, 202);
    float: left;
    height: 9650px;
    font-size: 1.5rem;
    
}

main img{
    width: 600px;
}


section{
    color: white;
    text-align: center;
    display: block;
    width: 25%;
    height: 9650px;
    float: left;
    background-color: rgb(96,85,156);
}

footer{
    background-color: rgb(61, 56, 92);
    color: white;
    text-align: center;
    clear: both;
    width: 100%;

}

.kings-regular {
  font-family: "Kings", cursive;
  font-weight: 400;
  font-style: normal;
}

a.button {
    display: block;
    width: 10rem;
    height: 2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
    padding: 0.5rem;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: rgb(209, 213, 255);
    text-decoration: none;
    font-size: large;
    display: block;
    margin-left: auto;
    margin-right: auto
}

main p{
    padding-left: 2rem;
    padding-right: 2rem;
}

H1.akom{
    font-family: Kings;
}

table{
    display: block;
    margin-left: 26rem;
    margin-right: 26rem;
}

table, th, td{
    border: 1px solid;
    text-align: center;
    
}