html {
    height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
}
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000;
}
div#container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 800px;
    min-height: 580px;
    text-align: center;
}
img {
    width: 500px;
    height: 330px;
    margin: auto;
}
p#header {
    font-family: Roboto-Medium;
    font-size: 28px;
    color: #f0f0c0;
    text-align: center;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 12px;
}
p#paragraph {
    font-family: Roboto-Regular;
    font-size: 18px;
    background-color: #f0f0c0;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    width: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
}

a {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #185cd9;
    text-decoration: none;
    margin: 0 auto;
}
