.jersey-15-regular {
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header {
    background-color: rgb(72, 58, 160);
    width: 100%;
    height: fit-content;
    text-align: center;
}

.footer {
	padding: 10px;
    background-color: rgb(72, 58, 160);
    width: 100%;
    height: fit-content;
}

.content {
	padding: 10px;
    width: 95%;
    height: fit-content;
}

.project {
    padding: 3px;
    background-color: rgb(121, 101, 193);
	border-style: solid;
    border-radius: 10px;
    border-color: rgb(72, 58, 160);
	border-width: 4px;
    min-width: 250px;
}

.emptyspace {
    padding-left: 20px;
    padding-right: 20px;
}
.spacer {
    padding: 2%;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}