html {
    border: 2px ridge red;
 min-height: 100%;
}
body {
    font-family: monospace;
    padding: 40px;
    color: white;
    background-color: black;
    text-align: center;
    min-height: 100%;
    

}

h1{
    font-size: 3rem;
}

input {
    width: 60%;
    font-size: 1.25rem;
    padding: 12px;
    margin-bottom: 20px;
    
}

#output {
    background-color: red;
    border-radius: 35%;
    font-size: 1.5rem;
    word-wrap: break-word;
}
p{
    left: 2;
    top: 0;
    position: fixed;
    background-color:yellow;
    color: black;
}