body {

    background-color: #1b1b1b;
    font-family: Georgia, serif;
    text-align: center;
    color: orange;
    
    }
    
.mywebsite {
    
    color: blue;
    
    
    }

.differ {

font-family: Arial, Helvetica, sans-serif;
text-align: left;
margin-left: 25%;
color: whitesmoke;
}

@media (min-width: 25em) {
    text-align: left;
}


.h3 {
color: lightskyblue;
}


.white {
    color: whitesmoke;
}

.article {

    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin-left: 25%;
    color: whitesmoke;
    margin-right: 25%;
}
@media screen and (max-width: 600px) {
    .article {
      margin:20px 0;
    }
}
.articletitle {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 color: whitesmoke;
}
code {
    background-color: #eee;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
    color: #000000;
}
.light {

    color:aqua
}

.image {
    margin-left: 25%;
    margin-right: 25%;
}