body {
  margin: 0;
  display: flex;
  background-image: url(../images/CerritaLogo3.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: black;
  height: 100vh;
  width: 100%;
  font-family: sans-serif;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  color: rgb(218, 105, 194);
  font-family: Georgia;
  width: 100%;
}

p {
  color: azure;
  text-align: center;
  font-family: Georgia
}

div {
  padding: 8px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.404)
}

.sidebar {
  width: 100%;
  max-width: 300px;
  border-right: 1px dotted #bababa;
  
  nav .navbar-list {
    color: #4f99be;
    list-style: none;
    margin: 0;
    padding: 24px;
    
    li {
      padding: 8px 0;
      margin: 0;
    }
  }
}

main {
  padding: 24px;
}

img {
  width: 100%;
  height: auto;
  position: relative;
}