﻿body {
    background-color: black;
}

.header {
    font-size: 25px;
    color: white;
    text-align: center;
    background-color: aquamarine;
}

p {
    color: white;
    font-size: 20px;
}

div {
    text-align: center;
    margin-top: 10px;
    border-color: aquamarine;
    border-style: groove;
}

.projects {
    text-align: center;
    margin-top: 10px;
    border-color: aquamarine;
    border-style: groove;
    float: left;
    width: 60%;
    margin-right: 10px;
    height: 155px;
}

.projects2 {
    text-align: center;
    margin-top: 10px;
    border-color: aquamarine;
    border-style: groove;
    float: left;
    width: 37%;
    height: 155px;
}

a {
    color: aquamarine;
    text-decoration: none;
    font-size: 40px;
}