#environment {

    max-height: auto;
    margin-left: 10px;
    width: 50%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-top: 120px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);

}



#environment h1 {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;

}

hr {
    margin: 5px 15px 0 15px;
}

#environment-content {
    margin: 0px 15px 20px 15px;

}

p {
    text-align: justify;
}

#environment-content h2 {
    text-align: left;
    font-weight: 500;
    margin: 20px 0 20px 0;
}

#swift-link {
    color: #008000;
}

img {
    /*margin-top: 15px;*/
    margin-bottom: 10px;
    width: 100%;
}

#space {
    height: 250px;
}

#swift-version {
    height: 40px;
    width: 100%;
    background-color: #2D2D2D;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;

}

#swift-version p {
    color: #CCCCC7;
}

#basicSyntax {
    margin-left: 30px;
    max-height: auto;
    width: 55%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-top: 90px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);

}



aside {
    margin-top: 120px;
}

#basicSyntax h1 {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;

}

#basicSyntax h2 {
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
}

#basicSyntax-content {
    margin: 0px 15px 20px 15px;

}





table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

th,
td {
    border: 0.5px solid rgba(0, 0, 0, 0.1);

    padding: 8px 12px;
}

th {
    background-color: #f4f4f4;
}

hr {
    margin: 5px 15px 0 15px;
}