
     body {
background-color: #ffce85;
background-image: url("images/johanna-tarkela-rs-full.jpg");
background-attachment: fixed;
margin-top: 50px;
color: #ffce85;
font-family: "Georgia"; 
font-size: 20px; 
selector { CSS property: value; }

a {
  color: #964829;
}

    #box    {
background-color: #ffce85;
border: 10px #964829;
border-radius: 30px;
border-style: solid;
width: 900px;
font-size: 25px;
padding: 50px;
padding-top: 0px;
color: #964829;
margin-bottom: 70px;

    }

    table {
      width:80%
    }

    table, th, td    {
border: 5px #964829;
border-collapse: collapse;
text-align: center;
table-layout: fixed;
border-radius: 30px;
border-style: solid;
font-size: 19px;
width: 900px;
padding: 20px;
padding-top: 0px;
margin-bottom: 70px;
color:#964829
}
}

.img-with-text {
    text-align: justify;
    width: [width of img];
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}    

#nav {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  list-style: none;
  background-color: #ffce85;
  border: 10px #964829;
border-radius: 30px;
border-style: solid;
  display: table;
  }
#nav li {
  float: left; }
  
#nav li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #964829;
  border-right: 5px solid #ffce85; }
#nav li a:hover {
  color: #cf8a5b;}
#nav li:last-child a{border: none;}

