* {
    font-family: sans-serif;
    margin: 0;
}

/*
.content {
    width: 80%;
    height: 100%;
    margin-top: 50%;
    margin-bottom: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/


body {
    margin-top: 4em;
}

header {
    width: 100%;
    height: 4em;
    position: fixed;
    top: 0;
    background-color: #04aa6d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 5%;
}

.container {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 8px;
    margin-block: 1em;
}

.row {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    background-color: #04aa6d;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 16px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    background-color: #037a4e;
}

a {
    color: #04aa6d;
    text-decoration: none;
    font-weight: bold;
}
