body {
  background:rgb(37, 55, 99);
  background-image: url("/home/stolos/work/workspace/resumewebsite/public/images/backgrounds/footer_lodyas/footer_lodyas/footer_lodyas.png");

}

h1{
  margin: 5px;
  font-weight: 600;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
}

.nav {
}

.container {
  max-width: 600px;
  background:grey;
  box-shadow: 5px 5px rgba(0, 0, 0, .2);
  padding: 0;
  margin-top: 20px;
}

#interface {
  padding: 3px 0px;
  background:rgba(111, 111, 111, 0.51);
  /* box-shadow: 5px 5px rgba(0, 0, 0, .2); */
  margin:0px;
}


.form-control {
  border: none;
  border-radius: 0px;
  margin: 3px 0px;
  width: 600px;
}

.streamer {
  background:rgb(111, 111, 111);
  margin: 2px 0px;
  max-height: 60px;
}

.maxH {
  max-height: 60px;
}

.logo {
  border-radius: 20px;
  max-height: 40px;
  max-width: 40px;
  border: 2px solid white;
  margin: 10px auto;
}


.description {
  font-size: 12pt;
  padding: 3px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.online {
  background: rgba(74, 152, 58, 0.80);
}

.offline {
  background: rgba(157, 42, 42, 0.80);
}
