@import url("skin.css");

html body #root .App {
    width: 100%;
    height: 100%;
    color:rgb(49, 49, 49);
    background-color: rgb(250, 250, 250);
}

.icon {
    width: 60px;
    height: 60px;
}
