.container {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
height: 100vh;
flex-direction: column;
.text {
font-size: 20px;
color: #fff;
}
}
.container {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
height: 100vh;
flex-direction: column;
.text {
font-size: 20px;
color: #fff;
}
}