body {
    background-color: rgb(255, 217, 224);
}

.divcenter{
    position:absolute;
    text-align:center;
    top: 30%;
    right: 50%;
    transform: translate(50%, -50%);
}

h1 {
    font-family: "'Courier New', monospace";
    font-size: 28px;
    text-align: center;
}
    
p {
    font-family: "'Courier New', monospace";
    display:inline;
    font-size:3vh;
    margin-bottom:-1;
    text-align:left;
}
    



h3{
    font-family: "'Courier New', monospace";
    display:inline;
    font-size:3vh;
    margin-bottom:-1;
    font-weight:normal;
}






