@font-face {
    font-family: "Onest";
    src: url("./fonts/Onest-Regular.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Onest";
    src: url("./fonts/Onest-Regular.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

.custom-link{
    color: #3E6939;
    text-decoration: solid 1px;

}

.custom-link:hover {
    color: #2B4927; 
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 1px;
}


*{
    margin: 0;
    padding: 0;
}


.all{
    padding: 50px;
}


a{
    text-decoration: none; 
}


body{
    font-family: "Onest", sans-serif;
    background-color: #EFEFEF; 
    color: #2B4927;
}

.novigation{
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
}

.main{
    font-size: 16px;
    color: #3E6939;
    font-weight: 300;
}
hr{
  border: none;
  border-top: 1px solid #2B4927;

  }


.container{
padding-bottom: 30px;
}
.name {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 15px;
}
.description{
    font-weight: 300;
    font-size: 16px;
    width: 70%;
}


.job{
    padding: 20px 0px;
    width: 60%;
}

h3 {
    font-weight: 300;
    font-size: 24px;
}

.date {
    padding: 10px 0;
    font-weight: 300;
    font-size: 16px;
}




@media (max-width: 768px) {
.description{
    font-size: 14px;
    text-align: justify;
    width: 100%;

}

.union{
    flex-direction: column;
    display: block;
    justify-content: space-between;
    align-items: center;
}

h3{
    text-align: center;
    font-size: 18px;
}

.job{
    width: 100%;
    height: auto;
}


.date{
    font-size: 16px;
    text-align: right;
}




}