body{
    background: rgba(0, 43, 67, 0.982);
}
h1{
    font-size: 3px;
}
h2{
    font-size: 0px;
}
h3{
    font-size: 0px;
}
a{
    text-decoration: none;
    color: white;
}
a:visited{
    color: white;
}
button{
    background-color: rgb(109, 9, 209);
    cursor: pointer;
    page-break-inside: initial;
    font-size: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    padding: 3px;
    border: 5px;
    border-color: rgb(17, 128, 36);
}
button:hover{
    background-color: rgb(39, 5, 71);
    border: 1px solid rgb(229, 9, 9);
}