body {
    background-color: #8ba7db; 
    font-family: 'Inter', Arial, sans-serif;
    color: #000;
    padding: 50px 20px;
    line-height: 1.6;
}


main {
    max-width: 800px;
    margin: 0 auto;
}

header {
    text-align: center;
    margin-bottom: 60px;
}

h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 24px;
    margin-bottom: 10px;
}


h3 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

h4 {
    margin: 20px 0 10px;
    font-size: 16px;
    text-decoration: underline;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
}

ul {
    list-style: none;
    font-size: 14px;
}

li {
    margin-bottom: 5px;
}


img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #000;