html {
    box-sizing: border-box;
}


*,
::after,
::before {
    box-sizing: inherit;
}


body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 2;
    text-align: justify;
    color: white;
    background-image: url("../image/background.jpg");
    background-position: center;
    background-size: cover;
}