* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    line-height: 1.15;
}

body {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    background: #000;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

img {
    max-width: 450px;
    max-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}