*{
    padding: 0;
    margin: 0;
}

body{
    background-color: skyblue;
    font-family: sans-serif;
}

.ctn--0{
    background-color: rgb(89, 185, 223);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctn--1{
    background-color: rgb(15, 158, 214);
    font-size: 50px;
    width: 400px;
    height: auto;
    text-align: center;
}