* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: 'Roboto';

  color: rgb(131, 10, 10);
background-image: url('https://kurziokode.github.io/edu/field.jpg');


}

.live {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;

  padding: 90px 0 0 60px;
  margin-bottom: 40px;

}

.live .person {
  position: relative;
  margin-right: 30px;
  text-align: center;
}

.live .profile-pic {
  position: relative;
  background-position: 50%;
  background-size: cover;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}



.live .profile-pic::before {
  content: '';
  display: inline-block;
  border: 3px solid #454D5A;
  padding: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live .person .name {
  font-size: 24px;
  padding-top: 30px;
  
}

.live-active .profile-pic:before {
  border-color: #FFDF3B !important;
}

.live-active span {
  background: #FFDF3B;
  color: #000;
  width: 50px;
  display: inline-block;
  font-size: 10px;
  border-radius: 50px;
  padding: 2px 0;
  font-weight: 600;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live-active i {
  padding-right: 3px;
}

.newsfeed {
  padding: 0 20px;
}

.card {
  width: 500px;
  height: 100%;
  background: #242C39;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, .5);
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 14px;
}

.card .picture {
  background-image: url('');
  background-position: 50%;
  background-size: cover;
  height: 200px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .content {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
}

.card .header {
  display: flex;
  align-items: center;
}

.card .profile-pic {
  background-image: url('');
  background-position: 50%;
  background-size: cover;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.card .detail {
  margin-left: 10px;
}

.card .posted {
  font-size: 10px;
  padding-top: 3px;
}

.card .desc {
  padding-top: 10px;
  line-height: 1.5;
}

.card .tags {
  font-size: 12px;
  color: #FFDF3B;
  padding-top: 10px;
}

.card .footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.card .footer .like {
  flex: 0 0 25%;
}

.card .footer .comment {
  flex: 1;
}

.card .footer .share {
  flex: 0 0 18%;
}

.card .footer i {
  padding-right: 3px;
}

.nav {
  background: #000000;
  opacity: 0.7;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -4px 25px 0 rgba(0, 0, 0, .12);
}

.nav .icon {
  flex: 1;
  text-align: center;
  color: #0066cc;
}

.nav .icon i {
  padding-bottom: 15px;
  font-size: 30px;
}

.nav .icon p {
  font-size: 32px;
   color: #0066cc;
}

.active {
  color: #0066cc !important;
}

::-webkit-scrollbar {
  display: none;
}

.space {
  height: 200px;
}









#logo {
      list-style: none;
      font-size: 1em;
      margin: 0;
      padding: 0;
      width: 42em;
      height: 21em;
      position: relative;
      margin:0 auto;
    }
    
    #logo li {
      margin-top: 1em;
      margin-left: 1em;
    }
    
    #logo li, #logo li:before, #logo li:after {
      -webkit-border-radius: 6em;
      -moz-border-radius: 6em;
      border-radius: 6em;
      position: absolute;
    }
    
    #logo li {
      -webkit-border-radius: 6.2em;
      -moz-border-radius: 6.2em;
      border-radius: 6.2em;
    }
    
    #logo li:before {
      -webkit-border-radius: 4.9em;
      -moz-border-radius: 4.9em;
      border-radius: 4.9em;
    }
    
    #logo li {
      width: 12em;
      height: 12em;
      border: solid 0.40em  #062041;
      left: 0;
      top: 0;
      font-size: 1em;
    }
  
    
    #logo li:before {
      display: block;
      content: "";
      top: 1.1em;
      left: 1.1em;
      bottom: 1.1em;
      right: 1.1em;
      border: solid 0.55em  #062041; 
}
    
    #logo li:before, x:-moz-any-link, x:default  {
      border: solid 0.45em  #062041;
    }
    
    #logo li:after {
      display: block;
      content: "";
      top: -0.1em;
      left: -0.1em;
      right: -0.1em;
      bottom: -0.1em;
      border: solid 1.4em black;
    }
    /*  */
    #logo .blue   { z-index: 10; left: 0;     top: 0; }
    #logo .yellow { z-index: 20; left: 6.8em; top: 5.7em; }
    #logo .black  { z-index: 21; left: 13.6em; top: 0; }
    #logo .green  { z-index: 20; left: 20.4em; top: 5.7em; }
    #logo .red    { z-index: 10; left: 27.2em; top: 0px; }
    
    /*  */
    #logo .blue:after   { border-color: #0085c7; }   
    #logo .yellow:after { border-color: #f4c300; } 
    #logo .black:after  { border-color: #000000; }
    #logo .green:after  { border-color: #009f3d; } 
    #logo .red:after    { border-color: #df0024; }
    
    #logo .blue.alt { z-index: 24; }
    #logo .blue.alt, 
    #logo .blue.alt:before, 
    #logo .blue.alt:after {
      border-top-color: transparent;
      border-left-color: transparent;
      border-bottom-color: transparent;
    }
    
    #logo .yellow.alt { z-index: 23; }
    #logo .yellow.alt, 
    #logo .yellow.alt:before, 
    #logo .yellow.alt:after {
      border-right-color: transparent;
      border-left-color: transparent;
      border-bottom-color: transparent;
    }    
    
    #logo .green.alt { z-index: 23; }
    #logo .green.alt,
    #logo .green.alt:before,
    #logo .green.alt:after {
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
    }
    
    #logo .red.alt { z-index: 23; }
    #logo .red.alt, 
    #logo .red.alt:before,
    #logo .red.alt:after {
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent;
    }

  #logo .blue.alt,
  #logo .yellow.alt,
  #logo .green.alt,
  #logo .red.alt{
    opacity:0;
  }

  /*wrapper positions the elements to the middle of the screen*/
  .wrapper{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
  }

/*button*/
  #btn-replay{
    width: auto;
    display: block;
    background-color:#8a1844;
    border:2px solid #8a1844;
    box-sizing:border-box;
    padding:0.5em 1em;
    color: #FFF;
    cursor: pointer;
    margin: 0 auto;
    transition:0.3s;
    border-radius:0.25em;
  }

  #btn-replay:hover, #btn-replay:focus, #btn-replay:active{
    color: #8a1844;
    background-color:#FFF;
  }
















   
