*{
    box-sizing: border-box;
}

body{
    text-align: center;
    display: block;
    margin: 0px;
    background-image: url(./images4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

header{
    display: block;
    width: vw;
    margin-top: 0px;
}

.navbar{
    display: inline;
    width: 100%;
    height: 59px;
    margin-left: 0px;
    list-style: none;
}

.navbar ul{
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    overflow: hidden;
}

.navbar li{
    float: left;
}

.navbar a{
    background-color: hsla(37, 95%, 84%, 0) ;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 35px;
}

.navbar a:hover{
    background-color: hsla(0, 0%, 20%, 0.4);
} 

#totop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 10px;
    font-size: 20px;
    background-color: hsl(42, 98%, 51%, 0.8);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#totop:hover {
    background-color: hsl(42, 98%, 51%);
}

#totop:hover #Arrow1{
    height: 50px;
}


#reload{
    position: fixed;
    bottom: 30px;
    right: 100px;
    padding: 10px 10px;
    font-size: 20px;
    background-color: hsl(42, 98%, 51%, 0.8);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#reload:hover {
    background-color: hsl(42, 98%, 51%);
}

#reload:hover #Arrow2{
    height: 50px;
}

main{
    margin-top: 30vh;
    height: 70vh
}

#title{
    color: hsl(42, 98%, 51%);
    font-size: 50px;
    margin-bottom: 5px;
    text-shadow: 1px 1px hsl(42, 100%, 50%);
}

#predict-Start{
    background-color: #fed226;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px;
    border: 0px none;
}

#predict-Start:hover{
    box-shadow: 2px 2px 5px;
    font-size: 25px;
}

#label-container div{
    background-color: rgba(255, 250, 250, 0.85);
    display: inline-block;
    width: 350px;
    height: 50px;
    font-size: 20px;
    text-align: left;
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
}
#webcam-container{
    margin: auto;
    margin-bottom: 5px;
    width: 500px;    
    border-radius: 15px;
}

#webcam-container:hover{
    height: 400px;
    box-shadow: 5px 5px 5px black;
    margin-bottom: 10px;
}

footer{
    position: static;
    display: inline-block;
    height: 200px;
    width: 100%;
    background-color: gray;
    vertical-align: bottom;
    bottom: 0;
}

#footerdiv{
    text-align: left;
    margin-left: 25px;
    vertical-align: bottom;
}

#footerdiv a{
    padding-top: 0px;
    text-decoration: none;
    color: white;
    margin-left: 50px;
    text-align: left;
    font-size: 20px;
}

#footerdiv h3{
    color: white;
}

