body {
    background-color: #24214B;
}
.box {
    width: 50%;
    background-color: rgba(255,255,255,0.8);
    margin:auto;
    height: 110%;
    border-radius: 20px;
}
#login {
    background-color: rgba(255,255,255,0.2);
}
.box-box {
    width: 100%;
    height: 40px;
    background-color: #24214B;
    border-radius: 20px;
    color: #D2FDCA;
}
form {
    display: flex;
    flex-direction: column;
}
form > * {
    margin-top: 10px;
}

.box-box:hover {
    color: #FFF;
    background-color: green;
}
.form {
    margin-top: 1%;
    border-radius: 20px;
    color: #D2FDCA;
}
.form > * > input {
    background-color: rgba(36,33,75,0.8);
    color: #D2FDCA;
    border-width: 0px;
    border-radius: 20px;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}
#story {
    margin-top: 1%;
}

.form > fieldset > div,legend {
    background-color: rgba(36,33,75,0.8);
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
    text-align: block;
    padding-left: 10px;
}

textarea {
    width: 95%;
    height: 95%;
}

.largeInput {
    width: 95%;
}
.hideBorder {
    border: 0px
}

.large {
    height: 630px;
}