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

body {
    height: 100vH;
    padding: 50px 0 0 50px;
    font-family: 'Open Sans';
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-image: url('img/5_background/body_background.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

ul {
    padding-left: 20px;
}