body{
    margin: 0;
    padding: 0;
}

.container{
    width: 100vw;
    height: 100vh;
    text-align: center;
}

kaomos-button{
    /* Custom styles */
    width: 300px;
    height: 50px;
    background-color: rgb(57, 93, 255);
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    cursor: pointer;
}
