@import url('fonts.css');

body{
    font-family: 'Montserrat', sans-serif;
}
.function{
    margin: 0;
    position: absolute;
    width: 800px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    float: right;
    text-align: center;
    font-weight: 500;
}
input{
    margin: 0 0 10px 0;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 15px;
}
.inputtext{
    width: 100%;
    background-color: #f0f2f7;
    border-width: 0;
    border-radius: 20px;
}
.inputselector{
    margin: 0 0 10px 0;
    width: 100%;
    background-color: #f0f2f7;
    padding: 15px 32px;
    border-width: 0;
    border-radius: 20px;
    font-weight: 500;
}
option{
    font-size: 16;
    text-align: center;
}
.inputnumber{
    width: 29%;
    background-color: #f0f2f7;
    border-width: 0;
    border-radius: 20px;
}
.button {
    background-color: #133c7f;
    border: none;
    color: white;
    border-radius: 50px;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
}
.button:hover{
    background-color: #133c7f;
}
button{
    font-weight: 500;
}
.output{
    padding: 20px;
    min-height: 200px;
    text-align: left;
}

.outputclean{
    width: 100%;
    padding: 30px;
    margin: 20px -30px 20px -30px;
    text-align: left;
    border-width: 0;
    border-radius: 20px;
}
xmp{
    white-space: pre-wrap 
}
.outputhtml{
    width: 100%;
    height: 500px;
    text-align: left;
    background-color: #f0f2f7;
    border-width: 0;
    border-radius: 20px;
}