﻿

:root {
    --blue: #0e0620;
    --white: #fff;
    --green: #2ccf6d;
}

html, body {
     height: 100%;
}

body {
     display: flex;
    align-items: center;
    justify-content: center;
 
    color: var(--blue);
    font-size: 1em;
}





h1 {
    font-size: 5.5em;
    margin: 15px 0px;
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

.container img {
    width: 90%;
    height: auto;
}

@media screen and (min-width: 768px) {


    .container {
        margin-top: 70px;
        margin-bottom: 70px;
    }

        .container img {
            width: 50%;
            height: auto;
        }

  /*  .col-sm-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }*/
}
