body {
    background-image: url("bg.png");
}

h1 {
    margin-left: 8px;
}

a {
    text-decoration: none;
    color: black;
    margin: 8px;
}

.submit {
    margin-top: 75px;
    margin-left: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.page-content {
    margin-top: 50px;
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.lower-page {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.inner-lower {
    border-radius: 5px;
    line-height: 1.25;
    scale: 1.25;
    background-color: var(--container);
}