﻿body {
    background-image: url("../images/20240130_agroid_background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Arial";
    height: 100vh;
}

#openingMessage {
    font-weight: bold;
}

#footerLinks {
    display: none;
}

#fullPage {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
}
