.container {
    width: 100%;
    text-align: center;
    padding: 100px;
    box-sizing: border-box;
}
.logo {
    max-width: 200px;
}