body{
    background-color: rgba(30, 30, 80, 0.5);
}
.center{
    color: rgb(255, 255, 255);
    margin:auto;
    width:60%;
    text-align: center;
    font-family: 'Pacifico';
    font-size: 60px;
    border-style:solid;
    padding: 200px;


}
.para{
    font-family: monospace ;
    font-size:50px;
}