   
body {   
   padding: 0px;
    margin: 0px;
    background-color: #222;
    font-family: 'Ubuntu Mono', monospace;    
}

h1 {
    color: #fff;
    text-align: center;
}

.taskbar {
    background-color: rgb(239, 124, 2);
    height: 2em;
}
.homeBtn {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJ2670FlHCqcq-M7XB_zf4BcnLYq0EDaY_8g&s');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 15px;
    color: white;
    text-decoration: none;
}

.Intro {
    color: white;
    text-align: center;
    padding-left: 10em;
    padding-right: 10em;
}