header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 20vh;
    text-align: center;
}

header h1 {
    font-size: 5em;
    margin-bottom: -0.5em;
}

main {
    padding: 20px;
    text-align: center;
    font-size: 1.3em;
}

.button-container {
    margin-top:60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-logo {
    width: 30px;
    height: 30px;
    margin: -10px;
    margin-left: 5px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

footer {
    margin-top: auto;
}
a {
    color: #00FF00;
}
     
a:hover {
    color: #65ff72;
}


