body {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about {
    width: 100%;
    height: 600px;
    background-image: url(images/62bae15caf9604ab46aa1778dca0eecd.jpg);
    /*Couldn't link the image so i used linear-gradient background LOL!*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.text {
    font-size: 30px;
    color: #fff;
    font-family: sans-serif;
    text-shadow: 0px 15px 12px #000;
}

.line {
    width: 200px;
    height: 8px;
    background-color: #17FF8D;
    display: block;
    position: relative;
    border-radius: 5px;
    left: 10%;
    box-shadow: 0px 15px 12px 0px #000;
}

.content {
    width: 100%;
    height: auto;
    background-color: peach;
    font-size: 23px;
    font-family: audiowide;
    color: #333;
    line-height: 30px;
    text-align: center;
}

b {
    font-size: 50px;
    color: #000;
    font-weight: 500px;
}

footer {
    width: 100%;
    height: auto;
    background-color: #333;
    color: #17FF8D;
    font-size: 23px;
    text-align: center;
    line-height: 50px;
}