* {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    color: #d6d5d5;
}

.container {
    /* width: 100vw;
    height: 100vh; */
    background: linear-gradient(180deg, #4b5e64, #264565);
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    position: relative;
}

span:nth-child(1) {
    color: #00db21;
}

span:nth-child(odd) {
    font-weight: 600;
    margin-top: 20px;
    text-decoration: underline;
}

span {
    padding: 0 20px ;
    display: inline;
    text-align: justify;
    margin-bottom: 15px;
    text-indent: 20px;
}

span a {
    color: #a5a5a5;
    font-weight: 700;
}

span a:hover {
    color: rgb(244, 199, 235);
}

.company {
    display: flex;
    justify-content: space-around;
}

.company span {
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    gap: 30px;
}

.back {
    background-color: #ffffff5f;
    padding: 5px;
    position: fixed;
    bottom: 35px;
    left: 50%;
    border-radius: 5px;
}

.back a:hover {
    color: #fff;
}

.back a, .back a i {
    font-size: 1.1rem;
    color: #000000;
    
}