/*  Site Name: Stevie G IT
    Author: Steven Graham
    Version: 1.0.0
    File Description: Under Construction CSS For Website
*/

html, body {
    background-color: #1C1A1B;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

body {
    margin: 35px;
}

.maincontainer {
    display: flex;
    flex-direction: column;
    background-color:rgba(102,102,102,0.9);
    /*border: 1px inset #333;*/
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.75);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
}

.logo {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-style: italic;
    display: block;
    color: rgba(0,0,0,1);
}

.mmessage {
    display: block;
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.5rem;
    color: rgba(0,0,0,1);
}

.footer {
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    justify-content: center;
    padding: 10px;
    color: white;
}

.footer {
    font-size: 1.2rem;
}

.coded {
 color: #00FF00;
 text-shadow: 0.5px 0.5px white;
}

.love {
    color: #FF0000;
    text-shadow: 0.5px 0.5px white;
}

.stevieg {
    font-family: 'Pacifico', cursive;
    color: #7c4dff;
    text-shadow: 0.5px 0.5px white;
}