*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box
}


html{
  width: 100%;
  height: 100%;
}

body{
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sub-title{
    color: white;
    text-align: center;
    font-size: 50px;
}

.title{
    color: white;
    text-align: center;
    font-size: 72px;

}