body {
    background-image: url('images/beach.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: "Roboto", sans-serif;
    margin: 0px;
}

h1 {
    font-family: "Verdana", sans-serif;
}

span {
    color: #ff4444;
}

div {
    margin: 60px 60px 60px 60px;
    border-radius: 10px;
    
    /*Test view divs more clearly */
    /* background-color: blue; */
}

.main-div {
    padding: 20px 20px 40px 40px;
    background-color: #faf9f6;
}

.about {
    width: 75%;
}

.flex-container {
    display: flex;
    background-color: #faf9f6;
    justify-content: space-around;
}

.flex-container-projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.formal {
    border-radius: 50%;
    width: 100%; /*100% of the div*/
    box-shadow: 0px 0px 20px 5px #dddddd;
}

.formal-div {
    width: 20%;
}

.project-div {
    margin: 10px 10px 10px 10px;
    padding: 10px;
    background-color: #e9e9e6;
    width: 40%;
    text-align: center;
    line-height: 0.9;
}
.project {
    border: 3px solid #cccccc;
    border-radius: 5px;
    width: 90%;
}

footer {
    text-align: center;
    line-height: 0.5;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.75;
    padding: 20px;
}

a {
    color: #ffffff;
}