@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
main {
       background: rgba(0,0,0,0.5);
            padding: 0px 15px ;
            border-radius: 20px;
}

body {
    background: url(http://www.homedepot.com/catalog/productImages/1000/f5/f5c94e48-c05f-4b44-8cbe-0cc1bd7734c4_1000.jpg);
}
p {
    color: white;
    font-size: 18px;
    font-family: Raleway;
}
h2 {
    color: white;
}
h1 {
    color: white;
}


ol {
    color: white;
   font-size: 18px;
   font-family: Raleway;
}
li {
    color: #ff0000;
}
.fixed {
    position:fixed;
    top:0;
}
a {
    color:pink;
}
ul {
    color:white;
     font-size: 18px;
     font-family: Raleway;
}