
*{
    box-sizing: border-box;
    text-decoration: none;
    text-align: left;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.body{
    margin: 0;
    padding: 0;
    position: relative;
}
.container{
    margin-top: 0;
    margin-left: 0;
}
.nav-bar{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #090041;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: transparent;
    border-radius: 2px;
}
.nav{
    list-style-type: none;
    display: inline-flex;
    flex-direction: row;
}
.nav-list{
padding-right: 30px;
}
.navbar-brand{
    display: inline-flex;
    margin-top: .5%;
    margin-left: 2%;

}
.navbar-brand span{
    color: white;
    padding-top: .4rem;
    margin-left: 1rem;
    font-weight: 500;
    font-size: 22px;
}
.navbar-img{
    color: white;
}
.nav-link{
    color: white;
}
.nav-list:hover{
    color: white;
    background-color:  #1800b3;;
}
.container{
    
    background-color: #40baed;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom:10px;

}
.row{

display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
padding-top: 10%;
margin-bottom: 1.5rem;
margin-left: 4rem;
margin-right: 1.5rem;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-top: .5rem;
}
.col {
    display: flex;
    flex: 1 0 0%;
    margin-right: 5px;
    width: 200px;
    height: 200px;
    padding: 0;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    
}
.timer-container{
    box-shadow: 3px 3px 5px #888888;
    border-radius: 10px;
    background-color: #090041;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.timer-text,.timer-desc{
    color: white;
    text-align: center;
    font-weight: 600;
   
}
.timer-text{
font-size: 80px;
padding-bottom: 0%;
margin-bottom: 0;
 margin-top: 1px;
}
.timer-desc{
    font-weight: 500;
margin-top: 5px;
font-size: 22px;
}
.input{
    margin-top: 20%;
    margin-left: 20%;
    width: 100px;
    height: 60px;
    border: none;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #888888;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: #090041;
}
.btn-cls{
    display: block;
    margin-left: 5rem;
    margin-right: 1.5rem;
}
.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.3rem;
    text-align: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    color: #212529;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn-setTimer{
    color: white;
    background-color: #090041;
}
.btn-start{
    color: white;
    background-color: rgb(178, 32, 251);
}
.btn-reset{
    color: white;
    background-color: red;
}
.btn-resume{
    color: white;
    background-color: #0d6aff;
}
.texMSg{
    display: block;
    margin-left: 5rem;
    margin-right: 1.5rem;
    color: white;
    padding: 20px;
}
.instruct-set{
    background-color: #090041;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
    color: white;
    text-decoration: none;
}
.instruct-set h3,ol,li{
    padding-left: 30px;

}
.instr{
    padding-left: 30px; 
}
.instr a{
    color: white;
    background-color: #090041;
    box-shadow: 3px 3px 5px #fffdfd;

}
.topArrow img{
    display: flex;
    right: 30px;
    bottom: 20px;
    position: fixed;
}