nav {
    top: 10px;
}

/*first section*/
.first {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-bottom: 20vh;
    padding-top: 30vh;
}

.first h1 {
    font-size: 5rem;
    color: var(--main-text);
}

.first h4, p {
    font-size: 1rem;
    color: var(--second-text);
}

.first a {
    font-size: 1rem;
    color: var(--third-text);
    text-decoration: none;
}

/*second section*/
.second {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    position: relative;
    margin-bottom: 10vh;
}

.second h1 {
    font-size: 5rem;
    color: var(--main-text);
}

.second h4, p {
    font-size: 1rem;
    color: var(--second-text);
}

.second_left {
    display: flex;
    flex-direction: column;
}

.second_right {
    display: flex;
    width: 50%;
    margin-left: 10vw;
}

.second a {
    font-size: 1rem;
    color: var(--third-text);
    text-decoration: none;
}

.second img {
    width: 25vw;
    border-radius: 20px;
}

/*third section*/
.third {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-bottom: 20vh;
}

.third img {
    border-radius: 20px;
}

/*fourth section*/
.fourth {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-bottom: 20vh;
}

.fourth h1 {
    font-size: 5rem;
    color: var(--main-text);
}

.fourth h4, p {
    font-size: 1rem;
    color: var(--second-text);
}

.fourth a {
    font-size: 1rem;
    color: var(--third-text);
    text-decoration: none;
}

/*fifth section*/
.fifth {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-bottom: 20vh;
}

.fifth h1 {
    font-size: 5rem;
    color: var(--main-text);
}

.fifth h4, p {
    font-size: 1rem;
    color: var(--second-text);
}

.fifth a {
    font-size: 1rem;
    color: var(--third-text);
    text-decoration: none;
}

/*sixth section*/
.sixth {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    position: relative;
    margin-bottom: 10vh;
}

.sixth h1 {
    font-size: 5rem;
    color: var(--main-text);
}

.sixth h4, p {
    font-size: 1rem;
    color: var(--second-text);
}

.sixth_left {
    display: flex;
    flex-direction: column;
}

.sixth_right {
    display: flex;
    width: 50%;
    margin-left: 10vw;
}

.sixth a {
    font-size: 1rem;
    color: var(--third-text);
    text-decoration: none;
}

.sixth img {
    width: 25vw;
    border-radius: 20px;
}

/*seventh section*/
.seventh {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-bottom: 20vh;
}

.seventh h1 {
    font-size: 5rem;
    color: var(--main-text);
}

.seventh h4, p {
    font-size: 1rem;
    color: var(--second-text);
}

.seventh a {
    font-size: 1rem;
    color: var(--third-text);
    text-decoration: none;
}

.seventh table {
    border-collapse: collapse;
    margin-top: 10vh;
}

.seventh td {
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    color: var(--second-text);
    border: 3px solid var(--second-text);
    font-size: 1.5rem;
}