body {
    background-image: url(bg.jpg);
    font-family: Helvetica, Verdana, Tahoma, sans-serif;
}

h1 {
    color: #d39300;
    text-align: center;
}

a {
    color:#d39300
}

h2 {
    margin-top: 0;
}

h4 {
    margin: 0;
}

footer {
    text-align: center;
    border-top: 2pt solid #000000;
    padding: 5pt;
}

img {
    width: 250px;
    height: 100%;
    object-fit: scale-down;
}

.current {
    border: solid white 2pt;
    width: 250px;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 10px auto 20px;
    display: block;
}

.box {
    text-align: center;
    border-style: solid;
    border-color: white;
    border-width: 1pt;
    border-radius: 2%;
}