﻿body {
    background-color:lightseagreen; 
}

h1 {
    color: white;
    font-size: 40px;
    text-align: center;
}

h3{
    color: darkgreen;
    font-size: 30px;
    text-decoration: underline;
}

.container{
    width: 50%; 
    margin-left: 25%;
    
}

ul{
    color: linen;
    font-size: 25px;
    font: bold;
}

img{
  width: 30%;
  height: 5%;
}

.commands{
    padding: 2%;
    color:white;
    font-size: 25px; 
    background-color:black;
}

.description {
    color: linen;
    font-size: 25px;
    font: bold;
}
