html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #9999ff;
}

.itim-regular {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
}

.neucha-regular {
    font-family: "Neucha", serif;
    font-weight: 400;
    font-style: normal;
}

#app {
    width: 90%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

#app h1,
#app h2 {
    width: 100%;
    text-align: center;

    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
}

#app h1 {
    font-size: 4em;
}

#app h2 {
    font-size: 3em;
    margin-bottom: 1.5em;
}

.button {
    width: 300px;
    height: 300px;
    font-size: 50px;
    background-color: #6666ff;
    border: 4px solid #3333ff;
    text-align: center;
    border-radius: 50px;
    padding: 25px;
    color: black;

    font-family: "Neucha", serif;
    font-weight: 400;
    font-style: normal;
}

.button:hover {
    background: #8888ff;
    border-color: #fff;
    cursor: grab;
}

.button p {
    margin: 0;
    text-decoration: none;
}

.button .icon {
    margin: 0;
    font-size: 200px;
}

#log-button {
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: center;
}

.row .button {
    margin: 0 25px;
}

.back-arrow {
    position: fixed;
    top: 25px;
    left: 25px;
    margin: 0;
    padding: 0;
    font-size: 3em;
    text-decoration: none;
    color: #3333ff;
    font-family: "Neucha", serif;
    font-weight: 400;
    font-style: normal;
}