.box {
    width: 300px;
    height: 150px;
    padding: 20px;
    border: 5px solid black;
    margin: 20px auto;
    background-color: lightblue;
    text-align: center;
    font-weight: bold;
}

p{
    color: violet;
    text-align: justify;
    text-decoration: underline;
    line-height: 1.5;
}

body {
    font-family: 'Oswald' , sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: aliceblue;
    background-color: rgb(69, 69, 230);
}

