body {
    margin: 0;
    overflow-x: hidden;
  }
  
#canvas {
    margin: 0;
    padding: 0;
    position: fixed;
    background: #000000;
    z-index: -1;
    width: max-content;
  }

.image img {
  border-radius: 50%;
  border-color: #ffffff;
  border-style: solid;
  border-width: thin;
  padding: 5px;
}

img:hover {
  border-color: #70a2ee;
}

.name {
    font-size: 25px;
    font-weight: bold;
    color:#ffffff;
}

.text{
  text-align: center;
}

.text span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

span {
  color: white;
}

span:hover{
  color: #c83131;
}

.icons i {
    font-size: 30px
}

i:hover{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.container{
  padding-top: 2%;
  padding-bottom: 2%;
}

p.round {
  border: 2px solid white;
  border-radius: 8px;
  padding: 5px;
}

.footer {
  font-size: 12px;
  font-weight: normal;
  color:#ffffff;
}