* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: verdana, sans-serif;
    font-size: 12px;
}

.container {
    width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

table {
    font-family: inherit;
    font-size: inherit;
}

input, select {
    font-family: inherit;
    font-size: inherit;
}

a:link, a:visited {
    text-decoration: none;
    color: blue;
}

a:hover, a:active {
    text-decoration: none;
    color: red;
}

.site-title {
    font-size: 45px;
    font-weight: bold;
    color: black;
}

nav {
    margin: 8px 0 16px;
}

img {
    max-width: 100%;
}

.uploadcontainer {
    padding: 5px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
