.logo-container{
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  top: 40px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 100000;
}
.name{
    position: relative;
  margin: 0px;
text-decoration: none;
line-height: 15px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
margin-top: 4px;
margin-top: 4px;
font-family: "Whitney SSm A", "Whitney SSm B";
color: black;
width: 100%;
text-align: center;
margin-top: 10px;
display: block;
font-weight: 600;
text-transform: uppercase;
font-size: 0.8rem;
margin-top: 0.75em;
letter-spacing: 0.05em;
}

.logo-svg{
  width: 50px;
  height: 50px;
  height: 50px;
}
