body {
  background-image:url('assets/bg website.png');
   background-repeat: no-repeat;
  background-size: local;
  background-attachment: cover;
   font-family:Tahoma;
   margin:0px;
}

.banner {
    width: 900px;
    height:200px;
    margin: 0px auto;
     text-align: center;
}


.title {
    width: 660px;
    height:200px;
    border: 10px solid black;
    margin: 20px auto;
    padding: 15px;
     text-align: center;
}

.another_box {
    width: 660px;
    height:200px;
    border: 10px solid black;
    margin: 20px auto;
    padding: 15px;
     text-align: center;
}




.navbar ul{
	list-style-type: none;
    background-color:#7E587E;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.navbar a{
color: black;
tex-decoration: none;
padding: 15px;
display: block;
text-align: center;
}
.navbar a:hover{
background-color:#583759;
}
.navbar li{
float: left;
}





h1{
  font-size: 5em;
}

p {
    color: SkyBlue;
    font-size: 2em;
}


