@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

body {
    font-family: "futura-pt";
    line-height: 160%;
    font-size: 20px;
    overflow-x: hidden;
    color: white;
    background-color: rgb(55, 55, 55);
    text-align: center;
}

.header_section {
    width: 50%;
    margin: auto; 
}

.com_title {
    /* font-family: "Roboto"; */
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255, 0.6);
}

.content_section {
    margin-top: 15%;
}

.section_title {
    /* font-family: "Roboto"; */
    font-weight: 400;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.text {
    font-size: 18px;
    letter-spacing: 1px;
}

.content_container {
    display: inline-flex;
    margin-top: 30px;
}

.content {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
    margin: 0 50px;
    border: 2px solid black;
    color: black;
    text-decoration: none;
}

.content_text {
    margin-top: 40%;
}
