body{
    background-color: white;
    color: white;
}
/* div{
    border: 1px solid black;
} */
.bgimg{
    /* background-image: url("./assets/pomo.png"); */
    /* background-attachment: fixed; */
    
    position:relative; 
    display: block;
    max-width: 100%;
    height: auto;
    
}
.timerAbsolute{
    position: absolute;
    top: 25%;
    left: 30%;
    z-index: 1;
}
.timerBorder{
    border: 1px solid black;
    
    min-height: 280px;
}

.time{
    font-size: 60px;
}
.time-display{
    margin-left:50%;
}
.status{
    margin-left:10%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left:20%;
}

.switch input { 
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
border-radius: 30px;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
border-radius: 20px;
}

input:checked + .slider {
background-color: #ff6347;
}
.btn{
    background-color: white;
    border-color: transparent;
}

input:focus + .slider {
box-shadow: 0 0 1px #ff6347;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}
.padding-empty{
    padding-top: 70px;
}

@media screen and (max-width: 800px) { 
    

    .bgimg{
        opacity: 0%;
    }

    body{
        background-color: #f7492a;
    }
}
