@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

body {
  font-family: 'Comfortaa', cursive !important;
  font-size: 1.2rem;
  background-color: #1d1d1d !important;
  color: #fff !important;
}

.head{
    margin-top: 2rem;
    text-transform: capitalize;
}
.modal {
display:    none;
position:   fixed;
z-index:    1000;
top:        0;
left:       0;
height:     100%;
width:      100%;
background: rgba( 255, 255, 255, .8 ) 
            url('http://i.stack.imgur.com/FhHRx.gif') 
            50% 50% 
            no-repeat;
}

body.loading .modal {
overflow: hidden;   
}

body.loading .modal {
display: block;
}

.inputs{
    display: flex;
    align-items: center;
    justify-content: center;
}

.input{
    border-radius: 10px;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid rgb(162, 162, 162);
    color: #fff;
}

.bi-at{
    margin: 0px 5px;
    font-size: 1.3rem;
    box-shadow: 3px 3px 3px 1px #000;
    border-radius: 10px;
}

.info{
    padding: 20px;
}

.bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 12px;
    padding: 6px;
  }
  .bottom a {
    text-decoration: underline;
  }
img{
width: 100%;
height: auto;
}

.person p strong{
    font-size: .8rem;
}

hr{
    border-color: #2e2e2e !important;
}

@media only screen and (min-width: 850px) {
    img {
      width: 50%;
    }
  }