* {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
    background-color: #111;
    margin: 0 auto;
    min-height:100vh;
}

.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('./digital_desk_space_logo.png');
    background-size: contain;
    background-position: center 200px;
    background-repeat: no-repeat;
    color: white;
    min-height: 900px;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

h1 {
    margin-top: 50px;
    font-size: 55px;
}