#unity-canvas {
    position: absolute;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-color: #000000FF;
    border-width: 1px;
    border-style: solid;
}
.TestDesktop{
    width: 100%;
    height: 100%;
}