html{
    color: lightgrey;
    font-family: Verdana;
}
h1 {
    text-align: center;
}
head{
    margin: 10px;
}
body {
    background: #333;
    text-align: center;
    padding-top: 25px;
}

hr {
    width: 60%;
}

footer > p {
  opacity: .3;
}

.float-center {
  display: inline-block;
  margin-top: 75px;
  font-size: 90px;
}

.flex-cont-col {
    flex: .5;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.flex-cont-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

}

.img-cpu {
  margin-top: 4px;
  background: blueviolet;
  border-radius: 9px;
  width: 50px;
  height: 50px;
}

.max-width {
  max-width: 50%;
}
.logo-style {
  text-align: center;
  font-size: 60px;
  margin-top: -5px;
  font-family: Georgia;
  font-weight: bolder;
}

.slide-img {
  width: 85px;
  padding: 10px;
  /* margin: 0 auto; */
  margin-top: -24px;
}

.brd-rad-2 {
  border-radius: 2px;
}

.img-node {
  background: grey;
  border-radius: 3px;
  border-width: 2px;
  width: 78px;
  height: auto;
  text-emphasis: bottom;
}


.profile {
  border-radius: 50%;
  margin: 10px;
}

.profile:hover {
  opacity: .8;
  cursor: pointer;
}

.img-link:hover {
  opacity: .8;
  cursor: pointer;
}

.shadow-small {
  box-shadow: 4px 4px darkgray;
}
