html {
  height: 100%;
}

body {
    font-size: 20px;
    background-color: #0000007a;
    color: black;
    font-family: Verdana;
    margin: 0px;
    background-image: linear-gradient(#4facfe, #5ff7ff);
}

header {
    background-color: rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    border-radius: 20px;
    margin: 20px;
}

footer {
    background-color: rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    border-radius: 20px;
    margin: 20px;
}

h1 a {
    font-size: 50px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
}

.content {
    background-color: rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    border-radius: 20px;
    margin: 20px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.menu a {
    font-size: 25px;
    border-style: solid;
    border-width: 2px;
    border-color: #932900;
    background-color: #ff4700;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
}
