body {
    background-color: #e3f2fd;

}

p { 
    color: rgb(0, 0, 0);
    background-color: aliceblue;
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    font-size: 1.5vw;
    font-family: 'Times New Roman', Times;
    padding: 2%;
    border: 10px rosybrown ridge;
    border-radius: 30px;
}