.parent {
    display: flex;
    width: 100%;
    height: 100vh;
    background-size: 100%;
    align-items: center;
    justify-content: center;
}

.text {
    font-size: 3rem;
    font-style: bold;
}

body{
  margin:0;
  padding:0;

}
