body, html
{
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0;
  background-image: url('atmosphere-blue-sky-clouds-912110.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.container 
{
    padding: 20px;
    width: 80%;
    box-sizing: border-box;
    text-align: left;
    color: #0033ff;
    background-color: #d2e7f9;
    border-radius: 10px;
    margin-bottom: 20px;
}


.description-body 
{
    padding: 20px;
    box-sizing: border-box;
    color: purple;
    background-color: #d2e7f9;
    border-radius: 10px;
}

.title {
  margin-top: 0px;
  margin-bottom: 200px;
  padding: 10px;
  height: 20%;
  width: 100%;
  background-color: #d2e7f9;
  color: #0033ff;
  text-align: center;
  align-items: center;
}
