* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

#page {
    position: relative;
    height: auto;
}

a {
    text-decoration: none;
    color: #3587ea;
}

a:hover {
    text-decoration: underline;
}

#content {
    display: flex;
    align-content: center;
    justify-content: center;
}

.required_star {
    font-weight: 600;
}


