body {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  width: 100%;
  background-repeat: repeat;
  background-attachment: fixed;
  background-color:brown;
}

p {
  color: white;
  line-height: 1;
    font-size:15px;
  font-family: helvetica;
  text-align: left;
  white-space: wrap;
  padding-left: 10px;
}

h2 a {
  color: black;
  font-size: 20px;
  text-align: left;
  font-family: helvetica;
  text-decoration:none;
}

h2 a:hover{
  text-decoration:underline;
}

main {
  text-align: center;
}

.dashboard {
  margin-left: 30px;
  background-color: #000000c7;
  width: 60%;
  margin-bottom: 5%;
}

.container {
  display: flex;
  flex-direction: column;
  text-align: left;
}
