* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: rgb(58, 81, 128);
    -webkit-font-smoothing: antialiased;
    outline: none;
}

.container {
    display: flex;
    height: 100vh;
}

.left{
    width: 40%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 35vh;
    background: transparent url('../images/gradient.png') 0 0 no-repeat padding-box;
    background-size: cover;
}

h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 42px;
}

p {
    font-size: 28px;
    margin-top: 8px;
}

.right{
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner {
    background: url('../images/maintenance.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 85%;
    min-height: 800px;
    background-position-y: center;
}
