html, body { 
  margin:0; 
  padding:0; 
  font-size: 24px;
}

input {
    width: 80px;
}

@media screen and (max-width: 374px) {
    
    input {
        width: 60px;
    }   
}

@media screen and (max-width: 383px) {
    h5 {
        font-size: 32px;
    }  
}

#tomato {
    width: 300px;
    margin: 30px auto 0;
    position: relative;
    height: 230px;
}

#timeRemaining {
    position:relative; 
    top: -120px;
    height: 55px;
    text-align:center;
    width: 45%;
    margin: 0 auto;
    color: white;
    font-family: 'Gochi Hand', cursive;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    cursor: pointer;
    text-shadow: 2px 2px #444;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #3D2F3E;
}

@media screen and (max-width: 415px) {
    h5 {
        font-size: 38px;
    } 
    #tomato {
        width: 250px;
        height: 180px;
    }
    #timeRemaining {
        position:relative; 
        top: -110px;
        height: 50px;
        font-size: 40px;
        line-height: 55px;
        text-shadow: 2px 2px #444;
    }

    h5 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 345px) {

    #tomato {
        width: 220px;
        height: 160px;
    }
    #timeRemaining {
        position:relative; 
        top: -95px;
        height: 40px;
        font-size: 35px;
        line-height: 45px;
        text-shadow: 2px 2px #444;
    }
    .container {
        width: 100%;
    }

}

div {
    text-align: center;
}

a:hover, a:focus, a:active, a:visited, a:link {
    text-decoration: none !important;
}

#pomodoro {
    margin: 0 auto;
}

img {
    width: 70%;
    cursor: pointer;
}

body {
    font-family: 'Indie Flower', cursive;
}

.signature {
    font-size: 20px;
    color: #BBB;
}

.timerSettings {
    height: 50px;
}