*
{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    box-sizing: border-box;
 }
 header
 {
     position: fixed;
     width: 100%;
     height: 80px;
     padding: 0 100px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: #111;
     z-index: 1000;
 }
 header .logo
 {
     color: #fff;
     font-size: 30px;
     text-decoration: none;
     letter-spacing: 2px;
     font-weight: 700;
 }
 header ul
 {
     position: relative;
     display: flex;
 }
 header ul li
 {
     position: relative;
     list-style: none;
 }
 header ul li a
 {
     position: relative;
     padding: 5px 10px;
     color: #fff;
     display: inline-block;
     text-decoration: none;
     cursor: pointer;
 }
 header ul li a:active,
 header ul li a:hover
 {
     background: #205aff;
 }
 
 .toggle
 {
     display: none;
 }
 section
 {
     position: relative;
     display: flex;
     justify-content: space-between;
     align-items: center;
     min-height: 100vh;
     padding: 150px 100px 100px;
 }
 section img
 {
     max-width: 350px;
     margin-left: 30px;
 }
section h2
{
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section p
{
    font-size: 18px;
}
section a
{
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 18px;
    background: #111;
    color: #fff;
    margin-top: 20px;
}
section:nth-child(odd)
{
    position: relative;
    justify-content: center;
    align-items: center;
    background: #111;
    color: #fff;
}

.tajeis {
    margin: 10px;
}

.tajeis li {
    font-size: 1.2em;
    line-height: 1.5em;
    list-style: none;
    margin-left: 10px;
}