/*CSS!!! file for the welcome page*/

body {
  background-image: url("welcomepage.jpg"); 
  font-family:monospace;
  color: black;
}

a {
  color: black; 
}


.box {
  width: 350px;
  height: 400px;
  margin: 100px 535px;
  padding: 25px;
  border: solid 5px; 
    border-color: lightblue;
    background-color: ivory; 
    border-radius: 30px;
}

header{
  border-bottom: solid 5px;
    border-color: lightblue;
}

gif {
padding: 50px;
text-align:center;
}  

h1{
  font-size: 30px;
  text-align: center;
}

p{
  font-size: 12.5px
}

ul{
  text-align:left;
}
h2{
  font-size: 18px;
  border: solid 5px;
    border-color: lightblue;
    border-radius: 30px;
      width: 100px;
      padding: 5px;
  text-align: center;
}

h3{
  font-size: 18px;
  border: solid 5px;
    border-color: lightblue;
    border-radius: 30px;
      width: 100px;
      padding: 5px;
  text-align: center;
}

h4{
  font-size: 15px; 
}  

footer{
text-align:center;
border-top: solid 2.5px;
border-color:lightblue;
width:350px;
}









