* {
box-sizing: border-box;
}
body {
    background-color: linen;
}
h1 {
    color: #b300ff;
    padding: 5px;
    text-align: center;
    background-image: linear-gradient(#ffe0b3, #ff9900);
    border-radius: 20px;
    text-shadow: 2px 2px 5px #c233ff;
}

h2 {
    color: #ff3333;
    padding: 5 px;
    text-align: center;
    font-family: arial sans-serif;
    font-style: oblique;
    text-shadow: 2px 2px 5px gray;
    border-top-style: double;
    border-bottom-style: double;
}

#programming {
  background-image: url("Background.jpeg");
  color: #ff1a1a;
}
#data {
  background-image: url("Data.jpeg");
  color: #ffffff;
}
#accounting {
  background-image: url("Accounting.jpeg");
  color: #ffff33;
}
.blocky {
height: 250px;
width: 33%;
text-align: center;
line-height: 250px;
border-radius: 50px;
display: inline-block;
}

.text {
margin-top: 10px;
width: 33%;
height: 250px;
border-radius: 25px;
display: inline-block;
padding: 20px;
float: left;
margin: 5px 2px;
background-color: #ffe0b3;
border-style: solid;
border-color: #ffad33;
border-width: 5px;
}

#footer1 {
color: #ffffff;
margin-top: 10px;
margin-bottom: 0px;
font-size: 15px;
padding: 0px;
text-align: center;
line-height: 30px;
height: 30px;
background-color: #ff3333;
border-radius: 20px;
clear: left;
}
#footer2 {
color: #ffffff;
margin-top: 5px;
font-size: 10px;
padding: 0px;
height: 15px;
text-align: center;
line-height: 20px;
height: 20px;
background-color: #000000;
border-radius: 9px;
}
#linux {
background-color: #ff6633;
display: inline-block; 
font-size: 1.25em;
width: 48%;
padding: 50px;
border-radius: 25px;
float: left;
margin: 10px;
height: 350px;
}
a:link {
    color: #ff80ff;
}
img {
float: right;
}
p{
padding: 20px;
}
