.Name {
    font-weight: bold;
    font-size: 400%;
    margin-bottom: 0;
}

.github {
    fill: white;
}

.Content {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Container {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;

    background: linear-gradient(312deg, #b91c13, #000000);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 180s ease infinite;
    -moz-animation: AnimationName 180s ease infinite;
    animation: AnimationName 180s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 13% 0%;
  }

  50% {
    background-position: 88% 100%;
  }

  100% {
    background-position: 13% 0%;
  }
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@keyframes AnimationName {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}

