body{
            background: #007faa;
            color:azure;
            font-size:20px;
        }
        .canvas{
            cursor:none;
            position:absolute;
            left:0px;
            bottom:0px;
        }
        #pic{
            cursor:pointer;
            text-align: center;
        }
        c{
            color:#7ee9ff;
        }
        #uenoyatsu{
            background-color:#aa2f00;
            outline: 10px solid #7c2300;
        }
        #cen{
            text-align: center;
        }
        .sidebar {
            font-size:30px;
            position:absolute;
            width: 330px;
            height:1500px;
            background-color: #007faa;
            box-sizing: border-box;
            border: 2px solid white;
        }
        .innercontent {
            cursor:default;
            position:absolute;
            left:350px;
            border: 4px solid white;
        }
        #nameinp{
            background-color:#007494;
            color:azure;
            outline: 3px solid white;
            position:absolute;
            left:10px;
            width:120px;
            height:30px;
        }
        #namesbm{
            background-color:#007494;
            color:azure;
            outline: 3px solid white;
            position:absolute;
            left:140px;
            width:70px;
            height:30px;
        }
        .foot{
            background-color: navy;
            border: 2px solid azure;
            left:0px;
            top:1600px;
            width:100%;
            position:absolute;
        }
        a{
            color: #fff;
            font-size: 50px;
        }
        lb{
            color:rgb(144, 164, 170);
        }