* {
    margin: 0;
    padding: 0;
}

nav {
    /* padding: 0 4%px; */
    margin: 0;
    background-color: #000000;
    display: flex;
    justify-content: center;
}

nav li {
    display: inline-block;
    text-decoration: none;
    padding: 24px 12px;
}

nav ul li a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1em;
}

h1 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
}

h2 {
    font-family: 'Times New Roman', Times, serif;
    color: white;
}

p {
    color: white;
}

body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #222;
    text-align: center;
}

section {
    display: grid;
    margin: 0;
    padding: 50px 80px 30px;
    border-top-left-radius: 12px;
}

.container {
    width: 100%;
    height: 100vh;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 80%;
    height:  fit-content;
}

.swiper-slide img{
    width: 100%;
}