
.content{
   display: flex;
   flex-direction:column;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

p {
    font-size: 3rem;
    color: #333;
    text-align: center;
    font-family:'Times New Roman', Times, serif
}