*{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Opera and Firefox */
}

body{
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
}

.container{
  width: 80%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25vh;
}

.name{
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  font-size: 10vw;
  color: #6d9a98;
}

.links{
  text-align: center;
}

.links img{
  width: 10vw;
  height: 10vw;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: -5vw;
  user-select: none;
}
