/* CSS Document */
p{
  font-family: Arial;
}

h1{
  font-family: Arial;
  color: white;
}


h2{
  font-family: Arial;
  color: white;
}

.svc{
  color:white;
  font
}


.divcenter{
  margin: auto;
  width: 60%;
  text-align: center;  
}

.bigtitle{
  font-size: 30px;
  text-align: center;
  color: white;
}



.bigleft{
  font-size: 24px;
  text-align: left;
  color:blue;
}
.big{
  font-size: 24px;
  text-align: center;
  color: white;
}

.photo_example{
  border: 2px solid white;
  padding: 2px;
}

body{
  background-color: lightblue;
  color:blue;
}

logo {
  width: 10%;
}