body {
    background-image: url(Green.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.canvas {
    width: 600px;
    height: 450px;
    margin: 100px auto;
    text-align: center;
    box-sizing: border-box;
}

.switch-green {
    width: 300px;
    height: 600px;
    background: url('Green-Switch.png') no-repeat;
    margin: 0;
}

.switch-red {
    width: 300px;
    height: 600px;
    background: url('Red-Switch.png') no-repeat;
    margin: 0;
}

.click-text {
    font-family: 'Hind', sans-serif;
    font-size: 36px;
    color: white;
    margin: 20px;
    text-align: center;
    text-shadow: 0 0 26px rgba(0, 0, 0, 10);
}