* {
    box-sizing: border-box;
}

body {
    font-family: Lato;
    background-image: url(/img/20260124144737_1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color:#A8BFB7;
}

h1 {
    font-size: 60px;
    font-variant: small-caps;
    font-family: "cesso", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h2 {
    font-family: "cesso";
}

.header {
    background-color: #1C2614;
    padding: 15px;
    margin: 10px;
    text-align: center;
    font-size: 35px;
    border-radius: 15px;
}

.column {
    float: left;
    padding: 10px;
}

.column.side {
    width: 15%;
    position: sticky;
    top: 0;
}

.column.middle {
    width: 70%;
    margin-left: 10px;
    background-color: #4B592D;
    text-align: center;
    border-radius: 15px;
    padding-left: 100px;
    padding-right: 100px;
}

.container {
    
    border-radius: 25px;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer {
    background-color: #1C2614;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    
}

@media (max-width: 600px) {
    .column.side, .column.middle {
        width: 100%;
    }
}

nav {
    background-color: #A8BFB7;
    width: 15%;
    margin: auto;
    display: inline-block;
    position: sticky;
    top: 0;
    border-radius: 15px;
}
ul {
    list-style-type: none;
    margin: auto;
    padding: 10px;
}
li a {
    display: block;
    color: #1C2614;
    padding: 8px 8px;
    text-decoration: none;
    font-family: "cesso";
   
}
li a:hover {
    background-color: white;
    border-radius: 5px;
}
li {
    font-weight: bold;
}
a {
    color: #A8BFB7;
}
img {
    width: 100%;
    max-width: 800px;
    height: auto;
    
}

.round {
    border-radius: 400px;
    width: 200px;

}
.important {
    font-size: larger;
    font-weight: bold;
}
