body {
    font-family: 'Roboto', sans-serif;
    font-weight: 110;
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
}

.arrow {
    position: absolute;
    margin: 20px 20px 20px 10px;
    cursor: pointer;
}

.container {
    margin: 0 auto;
    max-width: 970px;
    padding: 0 10px;
}

.header {
    background: url("coding2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 725px;
    background-attachment: fixed;
}

.header .container {
    position: relative;
    top: 200px;
}

.header h1 {
    color: #ffffff;
    filter: brightness(100%);
    line-height: 100px;
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: inline-block;
}

.header p {
    color: #ffffff;
    font-size: 35px;
    /* font-weight: 300; */
    margin-bottom: 45px;
    margin-top: 0;
}

.main {
    background: #ffffff;
    height: 500px;
    width: 100%;
    text-decoration: none;
}

.text-main {
    list-style: none;
    display: block;
    margin: 30px auto;
    padding: 0 10px;
    position: relative;
    max-width: 930px;
    height: 100%;
}

.text-main li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    margin: 0 auto 100px;
    padding: 0 10px;
    width: 100%;
}

.text-main img {
    margin-top: 8px;
}

.text-main div {
    margin-left: 20px;
}

.text-main h2 {
    margin-top: 4px;
    font-size: 35px;
    margin-bottom: 4;
}

.text-main p {
    color: #000000;
    font-size: 25px;
    font-weight: 250;
    margin-bottom: 45px;
    margin-top: 0;
}

.about {
    background-color: rgb(165, 165, 165);
    width: 90%;
    height: auto;
}