@font-face {
    font-family: HP001;
    font-weight: normal;
    src: url(/static/font/HP001N30.ttf);
}
@font-face {
    font-family: HP001;
    font-weight: bold;
    src: url(/static/font/HP001B30.ttf);
}
body{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

img {
    max-width: 100%;
    max-height: 100%;
}

textarea
{
    width:100%;
    height: 100%;
    font-size:36pt;
    background-color: antiquewhite;
    
}
.textwrapper
{
    border:1px solid #999999;
    width: 70%;
    height: 100%;
}


#rulesformitem{
    display: flex;
    height: 200px;
    flex-direction: row;
    /* width: 70%; */
}


.formitem{
    margin-top: 50px;
    width: 100%;
    height: 30%;
}

.logo{
    text-align: center;
}

.option{
    /* border:1px solid #999999; */
    width: 30%;
    height: 100%;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.option div{
    width: 100%;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.font-size-form{
    /* background-color: #999999; */
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.font-color-form{
    /* background-color: aquamarine; */
    width: 70%;
}   

.font-size-select{
    float: right;
}

.font-size-label{
    width: 20%;
}

.font-size-input{
    margin-left: 3%;
    width: 60%;
}

.font-size-select{
    width: 20%;
}

.font-color-input{
    float: right;
}
