﻿
.root 
{
    width: 100%;
    height: 800px;
    overflow: hidden;

    label
    {
        background-color: white;
        color: black;
        font-weight: bold;
        border-radius: 20px;
        width: 100px;
        height: 100px;
        padding: 20px;
        text-align: center;
        align-items: center;
    }
}
