@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: url("./comfortaa.woff2") format('woff2');
    /*font-display: swap;*/
}

body{
    background: fixed;
    background-color: rgb(1, 127, 177);
    background-image: url('../photos/hatter.webp');
    color: white;
    
    font-family: 'Comfortaa';
}
h1, h2, h3{
    text-align: center;
}
h2{
    font-size: 32px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 19px;
}
img{
    width: 100%;
    display: block;
}
hr{
    width: 80%;
    height: 2px;
    border-width: 0;
    background-color: white;
}
ul{
    list-style-type: "-  ";
}
a{
    color: white;
    transition-duration: 0.4s;
}
a:hover{
    color: rgb(249, 254, 86);
}
dt{
    font-weight: bold;
}
strong{
    font-size: 19px;
}
p, dl{
    margin-left: 20px;
    margin-right: 20px;
}
.u{
    text-decoration: underline;
}
.bigbox{
    color: white;
    max-width: 900px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-family: 'Comfortaa';
}
.downloadbuttons{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 80%;
    transition-duration: 0.5s;
}
.downloadbuttons:hover{
    padding-top: 0px;
    width: 100%;
}
.downloadbuttons:active{
    padding-top: 0px;
    width: 90%;
    transition-duration: 0.1s;
}
.centertext{
    text-align: center;
}
.button {
    display: block;
    padding: 16px 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;

    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: 'Comfortaa';
    
    transition-duration: 0.5s;
    cursor: pointer;

    background: none;
    border: 2px solid white;
    width: 80%;
}
.button:hover {
    background-color: #144c7a;
    width: 100%;
}
.button:active {
    background-color: #103757;
    width: 90%;
    transition-duration: 0.1s;
}
.focim{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.numbers ul {
    list-style: none;
    padding-left: 0;
}
.videoplayer{
    padding: 5px;
}
.blockrow{
    padding-left: 15px;
    padding-right: 15px;
}
.bigimg{
    padding-left: 20px;
    padding-right: 20px;
}