:root {
    --large-font: 1.3em;
    --small-font: .8em;
}

body {
    background-color: white;
    margin:0;
    padding:0;
}

.large-font {
    font-size: var(--large-font);
}

.source {
    font-size: var(--small-font);
    font-style: italic;
}

dt {
    font-size: var(--large-font);
    margin-top: .5em;
}

.homepage-header {
    background-color: #f69b00;
    margin: 0;
    padding: 50px 20px 50px 20px;
    text-align: center;
    /*width: 100%;*/
    color: antiquewhite;
    font-size: 3em;
    font-family: sans-serif;
}

.hc {
    text-align: center;
}

.box {
    width: 250px;
    height: 250px;
    border: 3px solid #f69b00;
    border-radius: .5em;
    margin-left: 3em;
    margin-right: 3em;
}

img {
    border-radius: .4em;
}

.spacing {
    margin-right: 5em;
}

.project {
    text-align: center;
}