* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(156, 119, 86);
}

.container {
    text-align: center;
}

.logo {
    width: 400px;
    height: 279px;
}

.message {
    color: rgb(32, 38, 24);
    font-size: 3em;
    font-weight: bold;
    margin-top: 60px;
}
