body {
  background-image: url("Light.jpg");
  width: 100%;
  background-size: cover;
}

header{
  background-color: whitesmoke;
  width: 60%;
  position: fixed;
  top: 15%;
  left: 22%;
}

.brown{
  color: red;
  width: 10px;
  height:10px;
  background-color: #B87265;
  border-radius: 50%;
}

