

body {
  background-image: url("/media/denim_second breakfast.jpg");
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-family: 'Courier-New', monospace;
}

.header{
  padding: 60px;
  justify-content:center;
  align-items:center;
  text-align: center;
  background-image: url("/media/close-up-glittering-purple-fabric.jpg");
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white; 
  font-size: 50px;
  height: 30%;
}


.homediv{
  display: flex;
  flex-direction: row;
  height: 100%;
}
.intro{
  margin-left: 10%;
  width: 40%;
  padding: 10px;
  border: solid 2px #2C1731;
  background-color:#482650 ;
  text-align: center;
}
.menudiv {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 150px;
  background-color: #3B687D;
  border: solid 2px #2C1731;
  margin-bottom: 10px;
}

.menudiv a {
  font-family: 'Courier-New', monospace;
  display: block;
  color: black;
  padding: 4px 2px;
  text-decoration: none;
}

.menudiv a:hover {
  background-color: navy;
  color: white;
}
.menu {
    list-style-type: none;
}
.aboutme {
  margin: 5%;
  height: 250px;
  width: 150px;
  padding: 10px;
  border: solid 2px #2C1731;
  background-color: #482650 ;
}
.button {
  background-color: #3B687D; 
  font-family:'Courier-New', monospace;
  color: black;
}
.button:hover{
  background-color: navy;
  color: white;
}
a {
  color:white;  
}
a:visited{
  color:black;  
}
a:hover{
  color:navy;  
}



