@import 'https://fonts.googleapis.com/css?family=Hind';
    
body {
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: 'Hind', sans-serif;
}

a {
    color: #c60500;
}

p {
    padding-bottom: 20px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    border: 10px;
    padding: 10px;
    color: white;
    /* background-color: #171717; */
    text-align: center;
}

.text_container {
    background-image: url("bg_maintenance.jpg");
    background-position-x: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.adaptive_image {
    max-width: 80%;
    min-width: 100px;
    height: auto;
}

.uppercase {
    text-transform: uppercase;
    font-size: large;
}
