.header1{
    font-size:100px;
    text-align:center;
    font-family: 'Shadows Into Light', cursive;
}
#image_1{
    position:fixed;
    left:500px;
    top:600px;
}
#image_2{
    position:fixed;
}

#image_3,#image_4,#image_5,#image_6,#image_7{
    width:200px;
    position:fixed;
}

#container{
    position:relative;
    text-align:center;
    margin:auto;
    top:-300px;
}

#face2{
    width:200px;
    position:relative;
    top:300px;
    display:none;
}

#bubblespeak{
    width:350px;
}
.hehe {
    background: linear-gradient(61deg, #c4f9c8, #3de2fd);
    background-size: 2000% 2000% ;
    -webkit-animation: colorr 10s ease infinite;
    -moz-animation: colorr 10s ease infinite;
    -o-animation: colorr 10s ease infinite;
    animation: colorr 10s ease infinite;
    
}
@-webkit-keyframes colorr {
    0%{background-position:0% 22%}
    50%{background-position:100% 79%}
    100%{background-position:0% 22%}
}
@-moz-keyframes colorr {
    0%{background-position:0% 22%}
    50%{background-position:100% 79%}
    100%{background-position:0% 22%}
}
@-o-keyframes colorr {
    0%{background-position:0% 22%}
    50%{background-position:100% 79%}
    100%{background-position:0% 22%}
}
@keyframes colorr {
    0%{background-position:0% 22%}
    50%{background-position:100% 79%}
    100%{background-position:0% 22%}
}


.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  width: 300px;
  background: #fff;
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  margin:auto;
  top:420px;
  opacity:0.9;
  left:170px;
  z-index:2;
  display:none;
  font-family: 'Architects Daughter', cursive;
}

.bubble-bottom-left:before {
  content: "";
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
  margin:auto;
}

.bubble:hover{
    opacity:1;
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.text-box {
    margin-left: 44vw;
     margin-top: 42vh;
}

.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    background-color: #fff;
    color: #777;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #fff;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

#firstButton{
    margin:auto;
    right:150px;
    position:relative;
    text-align:center;
}


/*second page html css*/
#title{
    text-align:center;
    margin:auto;
    text-align:justify;
    font-size:70px;
    top:100px;
    position:relative;
    font-family: 'Archivo', sans-serif;
}
#statsBody{
    display:grid;
    text-align:center;
}
.col-6{
    top:50px;
    height:130px;
}
.p-3{
    height:120px;
    width:400px;

    position:relative;
    border:solid 5px hsla(0, 95%, 35%, 1);
    margin:5% auto;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    padding:1em;
    line-height:1.5em;
    background-color:white;
}
#globalInfo{
    position:relative;
    top:100px;
}
#globalStats{
    background-color:#fff5e6;
    height:700px;
}
#totalCasesT,#totalDeath,#totalRecoveredT,#totalDeathst{
    font-size:30px;
    position:relative;
    z-index:2;
    
}

#totalCasesT:before{
     content:"";
      z-index:-1;
      left:-0.5em;
      top:0.1em;
      border-width:0.5em;
      border-style:solid;
      border-color:lightblue;
      position:absolute;
      width:120%;
      border-left-color:transparent;
      border-right-color:transparent;
}


#totalRecoveredT:before{
     content:"";
      z-index:-1;
      left:-0.5em;
      top:0.1em;
      border-width:0.5em;
      border-style:solid;
      border-color:lightgreen;
      position:absolute;
      width:115%;
      border-left-color:transparent;
      border-right-color:transparent;
}

#totalDeath:before{
    content:"";
     z-index:-1;
     left:-0.5em;
     top:0.1em;
     border-width:0.5em;
     border-style:solid;
     border-color:#Ff9696;
     position:absolute;
     width:120%;
     border-left-color:transparent;
     border-right-color:transparent;
}

#totalDeathst:before{
    content:"";
     z-index:-1;
     left:-0.5em;
     top:0.1em;
     border-width:0.5em;
     border-style:solid;
     border-color:#Ff9696;
     position:absolute;
     width:113%;
     border-left-color:transparent;
     border-right-color:transparent;
}

#totalCases,#totalCasesToday,#totalRecoveredN,#totalRecoveredToday,#totalDeathN,#totalDeathToday{
    font-family: 'Dosis', sans-serif;
    font-size:25px;
    position:relative;
    top:10px;
}

#buttonUpdate {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  left:350px;
  top:-470px;
  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: $color;
    border-radius: 10rem;
    z-index: -2;
  }
  &:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: darken($color, 15%);
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
  }
  &:hover {
    color: #fff;
    &:before {
      width: 100%;
    }
  }
}

#dates{
    position:relative;
    top:150px;
    right:280px;
}

#dateUsers{
    position:relative;
    top:62px;
    width:300px;
    right:-300px;
    margin:auto;
}

#map{
    width:700px;
    position:relative;
    padding:20px;
    border-style: double;
    border-width:15px;
    border-color:rgb(239,6,61,0.5);
    border-radius:10px;
    top:50px;
    right:300px;
}

#explanation{
    position:relative;
    font-family: 'Exo 2', sans-serif;
    top:250px;
    right:-300px;
    width:400px;
    margin:auto;
    font-size:20px;
    border-style: double;
    border-width:15px;
    border-color:black;
    border-radius:10px;
    padding:10px;
}

#comments{
    top:200px;
    position:relative;
}

.h12{
    font-size:30px;
    left:-200px;
    position:relative;
    font-family: 'Exo 2', sans-serif;
}

#comment{
    width:500px;
    height:100px;
    text-align:left;
    font-family: 'Exo 2', sans-serif;
    font-size:25px;
}

#inputName{
    font-family: 'Exo 2', sans-serif;
    font-size:30px;
}

#bS{
    display: inline-block;
    padding: .75rem 1.25rem;
    border-radius: 10rem;
    border:none;
    transition: transform .5s;
}

#bS:hover{
    transform: scale(1.3);
}


#list{
    width:700px;
    margin:auto;
    top:30px;
    position:relative;
    font-family: 'Exo 2', sans-serif;
    font-size:20px;
}

#line{
    height:2px;
    width:700px;
    background-color:black;
    margin:auto;
}

.homebutton{
    position: fixed;
    width:150px;
    height:70px;
    left:10px;
    top:20px;
    background-color:#e5c7b0;
    padding: 5px;
    font-family: 'Source Code Pro', sans-serif;
    font-family: 'Teko', sans-serif;
    font-size:20px;
    z-index:10;
    border-style: double;
    border-width:15px;
    border-color:rgb(239,6,61,0.5);
    border-radius:10px;
    
    
}


#starter{
    position:relative;
    text-align:center;
    margin:auto;
    top:300px;
    font-size:90px;
    font-family: 'Shadows Into Light', cursive;
}
