body {
    width: 50%;
    margin: auto;
    text-align: center;
    background-color: lightyellow;
}

h1 {
    margin-top: 20%;
    font-family: 'Roboto', sans-serif;
}

hr {
    border-style: dotted;
    border-top-width: 5px;
}

.content {
    background-color: bisque;
    padding-top: 5%;
    padding-bottom: 5%;
    border: solid;
    border-style: double;
}

.input {
    height: 31px;
    width: 144px;
}

h6 {
    text-align: right;
}
