body{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    color: black;
}

.comming-soon{
    font-size: 50pt;
    font-weight: 500;
}

.context-area{
  margin: 0;
  height: 100vh;
}

.wrapper{
    margin: 0;
    height: 90vh
}

.content-area{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: initial;
}

.padding{
    padding-top: 10px;
    padding-bottom: 10px;
}