body {
    font-family: 'Teko', sans-serif;
    background-color: #f2f2f2;
    background-image: url('../images/maintenance.jpg');
    background-size: cover;
    margin: 0px;
}

section {
    text-align: center;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h2 {
    color: #303030;
    letter-spacing: 3px;
    margin: 0px;
    font-size: 50px;
    padding-top: 20px;
    text-shadow: 3px 3px 0px rgb(255, 255, 255);
}

p {
    color: #303030;
    margin: 0px;
    font-size: 30px;
    padding-bottom: 20px;
}

img {
    width: 400px;
}