body{
    margin: 0px;
}

.area{
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

h1{
    margin-block-start: 0em;
    color: white;
}

h2{
    color: lightgray;
}

.input_area{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input{
    height: 1.5em;
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

textarea{
    height: 2em;
    width: 100%;
    margin-top: 2.2em;
    text-align: center;
    font-weight: 900;
}

.container{
    background-color: black;
    display: inline-flex;
    padding: 1em;
    border-radius: 0.5em;
    flex-direction: column;
    align-items: center;
}

button{
    height: 3em;
    width: 100%;
    background-color: #ff9500;
    border: none;
    color: white;
    font-weight: bolder;
    font-size: 1em;
}

footer{
    background-color: black;
    color: white;
    padding: 5px;
    margin: 0px;
    text-align: center;
    font: 700 1em Arial;
}