@font-face {
    font-family: "Victor Mono";
    src: url("fonts/VictorMono-Regular.woff");
}

body {
    font-family: "Victor Mono", sans-serif;
}

h1 {
    text-align: center;
}

#bigbox {
    margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: center;
}

div.photocard {
    border: 1px solid #ccc;
    float: left;
    padding: 15px;
    margin: 10px;
    position: relative;
}

div.photocard:hover {
    border: 2px solid #28303b;
}

div.description {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

