body {
    background-color: rgba(5, 10, 9, 0.911);
    color: rgb(0, 0, 0);
    font-family: poppinsregular;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;

}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#title {
    flex-direction: column;
    line-height: 30px;

}

li {
    display: inline-block;
    margin: 20px;
}

h1 {
    font-weight: 200;
}

main {
    inline-size: auto;
    display: flex;
    flex-direction: row;
    margin-top: 50;
}

article {
    position: absolute;
    top: 20%;
    right: 10%;

}

h1 {
    font-size: 50px;
    line-height: 45px;
}

h2 {
    font-size: 35px;
    font-family: poppinsmedium;
}

span {
    color: rgb(194, 137, 15);
}

p {
    line-height: 50px;
    max-width: 1200px;
    font-family: poppinslight;
}

a {
    color: rgba(189, 51, 51, 0.863);
}

a:hover {
    color: rgb(132, 14, 201);
    transition: 0.3ms all;
}

h2 {
    color: rgb(67, 67, 158);
}