:root {
    font-family: 'Roboto', sans-serif;
}

#viewport {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.center {
    margin: auto;
    width: fit-content;
    text-align: center;
}

#announcement {
    font-size: 1.1em;
}

#victim {
    font-size: 2em;
    font-weight: 600;
}

#picture-container {
    width: 256px;
    height: 256px;
    margin: auto;
}

#new {
    margin: 1em;
    font-size: 1.3em;
}