@charset "utf-8";

body{
    background-color: black;
}

img.rogo{
width: 200px;
margin-top: 20px;
margin-left: 10px;
}

header {
    text-align: right;
    padding-bottom: 160px;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin: 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 1rem;
    display: block;
}

nav ul li {
    border-left: 1px #ffffff solid;
    margin: 0 1rem;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

hr{
    margin-bottom: 20px;
}



.item{
    color:#ffffff;
    margin: auto 0;
}

.w1{
    display: flex;
    justify-content: space-around;
}

.s1{
    text-align: center;
    margin-top: 50px;
}

h1{
    margin-top: 100px;
}

.aaa{
    width: 100%;
}

.he{
    display: flex;
    justify-content: space-between;
}