.container{
    text-align: center;
    margin-top: 20vh;
    color: #333333;
}

h1{
    margin-top: 1em;
    color: #F2329F;
}

h2{
    margin-bottom: 1em;
    color: #F2329F;
}

img{
    width: 40%;
    margin-bottom: 3em;
    margin-top: 3em;
}
.status {
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border-radius: 10px;
    border-color: rgb(237,2,140);
    width: 50%;
    margin: 0 auto;
  }

p{
    margin-bottom: 2em;
    padding: 1em;
}


  button{
    margin: 3em;
    background-color: #F2329F !important;
    border-color: #F2329F !important;
  }