*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: #0F102E;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

.container{
    width: 80%;
    margin: 0 auto;
}

h2{
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}

h4{
    margin: 30px 0 5px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

p{
    font-size: 20px;
    line-height: 24px;
    color: #e5e5e5;
}
.container p:last-child{
    
    margin-top: 20px;
    margin-bottom: 30px;
}