﻿body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: black;
}

.header {
    color: black;
    height: 20%;
    text-align: center;
    border-bottom: 2px hotpink;
    width: 100%;
    background-color: deepskyblue;
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.main-content {
    text-align: center;
    color: lawngreen;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    border: 2px mediumpurple;
    height: 75%;
    width: 100%;
}

.footer {
    width: 100%;
    background-color: deepskyblue;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    height: 20px;
    text-align: center;
    bottom: 0;
}

#pic {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.text {
    font-size: 20px;
}

.title {
    font-size: 25px;
    color: cyan;
}

a:visited {
    color: deepskyblue;
}

.projectDesc {
    padding-left: 20%;
    padding-right: 20%;
    font-size: 16px;
}

.projectDiv {
    border: white solid 2px;
    border-radius: 5px;
    margin-left: 10%;
    margin-right: 10%;
}

.projectItem {
    color: deepskyblue;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
}

.projectTitles {
    font-size: 20px;
    color: deeppink;
}

#project1 {
}

#project2 {
}

#proj3 {
    color: white;
}

#proj4 {
    color: white;
}

#proj5 {
    color: white;
}
