*{
    box-sizing: border-box;
}

body {
    background-color: rgb(155, 168, 186);
}

p {
    color:rgb(0, 90, 169);
    font-family: 'PT Serif', serif;
    text-align: center;
    margin-top: 0;
}
.parent {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
}
