h1{
    font-family: circe-rounded, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom:5px;
}

body{
    background-color: #424c55;
    align-content:center;
}

.bar{
  width: 60vw;
  height: 5px;
  background: #edaab3;
  border-radius: 2.5px;
  margin-left:20vw;
  margin-right:20vw;
}

p{
    color: #ffffff;
    font-family: circe-rounded, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: center;
}