body {
    font-family: "Inter", sans-serif;
    line-height: 1.4;
}

h1 {
    font-weight: bolder;
    margin: 0;
    text-decoration: underline;
    text-decoration-color: #a7e7c7;
    text-decoration-style: wavy;
}

.parent {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instructions {
    width: 60%;
}

.signin {
    background-color: #dd6986;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding: 1%;
    margin-bottom: 4px;
    width: 10%;
}