body {
  margin: 0;
  min-height: 100vh;
 
  
  background:#e3ff3b;
}
rect {
	mix-blend-mode: difference;
}
#Layer_1{
   
  width:90px;
  margin:0 auto;
  position: absolute;
  bottom:4%;
   
  left: 2%;
}
.container {
position:absolute;
  left:0;
  right:0;
  top:40%;
  width:500px;
  
  margin:0 auto;
  text-align: center;
  max-width: 100%;
}

.typity {
  background-position: 0% 100%;
  border-bottom: 3px solid #d50000;
  box-sizing: border-box;
  color: #363636;
  font-size: 3rem;
  padding-right: 2px;
  position: relative;
  transition: background-position 1s;
}
.typity::after {
  animation: blink-cursor 0.75s step-end infinite;
  background-color: transparent;
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
}
.typity.highlight {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200% 4rem;
}
.typity.highlight::after {
  animation: none;
}

@keyframes blink-cursor {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: black;
  }
}
@media only screen and (max-width: 600px) {
    .container {
position:absolute;
  left:0;
  right:0;
  top:40%;
  width:437px;
  
  margin:0 auto;
  text-align: center;
  max-width: 100%;
}

    #Layer_1{
   
  width:90px;
  margin:0 auto;
  position: absolute;
  top:10%;
   
  left:0;
  right:0;
}

.socialmob ul {
 position:absolute;
 bottom:8%;
 left:0;
 right:0;
 width:100px;
 margin:0 auto;

  display:flex !important;
}

.socialmob ul li {
  list-style:none;
}
.socialmob ul li a {
  display:block;
  position:relative;
  width:25px;
  height:25px;
  line-height:100px;
  font-size:20px;
  text-align:center;
  text-decoration:none;
  color:#000;
  margin: 0 4px;
  transition:.5s;
}

.socialdesk ul {
  position:absolute;
  bottom:8%;
  right:-2%;
  transform:translate(-50%,-50%);
  margin:0;
  padding:0;
  display:none !important;
}
 
  .typity {
    border-bottom: 2px solid white;
  }
}

.socialmob ul {

  display:none;
}
.socialdesk ul {
  position:absolute;
  bottom:8%;
  right:-2%;
  transform:translate(-50%,-50%);
  margin:0;
  padding:0;
  display:flex;
}
.socialdesk ul li {
  list-style:none;
}
.socialdesk ul li a {
  display:block;
  position:relative;
  width:25px;
  height:25px;
  line-height:100px;
  font-size:20px;
  text-align:center;
  text-decoration:none;
  color:#000;
  margin: 0 4px;
  transition:.5s;
}
.socialdesk ul li a span {
  position:absolute;
  transition: transform .5s;
}
.socialdesk ul li a span:nth-child(1),
.socialdesk ul li a span:nth-child(3){
  width:100%;
  height:3px;
  background:yellow;
}
.socialdesk ul li a span:nth-child(1) {
  top:0;
  left:0;
  transform-origin: right;
}
.socialdesk ul li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition:transform .5s;
}

.socialdesk ul li a span:nth-child(3) {
  bottom:0;
  left:0;
  transform-origin: left;
}
.socialdesk ul li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition:transform .5s;
}

.socialdesk ul li a span:nth-child(2),
.socialdesk ul li a span:nth-child(4){
  width:3px;
  height:100%;
  background:red;
}
.socialdesk ul li a span:nth-child(2) {
  top:0;
  left:0;
  transform:scale(0);
  transform-origin: bottom;
}
.socialdesk ul li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition:transform .5s;
}
.socialdesk ul li a span:nth-child(4) {
  top:0;
  right:0;
  transform:scale(0);
  transform-origin: top;
}
.socialdesk ul li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition:transform .5s;
}

.facebook:hover {
  color:white;
}
.facebook:hover span { 
  background: #3b5998;
}
.twitter:hover {
  color: #1da1f2;
}
.twitter:hover span { 
  background: #1da1f2;
}
.instagram:hover {
  color: white;
}
.instagram:hover span { 
  background: #c32aa3;
}
.google:hover {
  color: #dd4b39;
}
.google:hover span { 
  background: #dd4b39;
}
.socialdesk ul li a .twitter {
  color: #1da1f2;
}
.socialdesk ul li a:hover:nth-child(3) {
  color: #c32aa3;
}
.socialdesk ul li a:hover:nth-child(4) {
  color: #dd4b39;
}
