body {
    background-color: #000000;

    font-family: "Sekuya",
        system-ui;
    font-weight: 400;
    font-style: normal;
}



#wrapper {
    width: 1200px;


}

header {
    text-align: center;
}

nav {
    background-color: white;
    margin: 0;
    padding: 0;
    background-color: black;
    list-style-type: none;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-around;
    border: solid 3px white;
}

nav a {
    color: white;
    text-decoration: none;
}

main {
    width: 800px;
    text-align: center;
}

main h1 {
    color: white;
    text-decoration: none;
    text-align: center;
    border: solid 3px white;
}

main img {
    border: solid 2px white;
}


main h2 {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 18;
    margin-left: 10px;
    margin-right: 10px;
}



aside {
    background-color: white;
    color: black;
    text-decoration: none;

}

#side-a {
    width: 200px;
    background-image: url(../images/LIGHT.png);

}

#side-b {
    width: 200px;
    background-image: url(../images/Light2.png);

}

#content {
    display: flex;
}

footer {
    background-color: white;
    text-align: center;
}
