body {
    background: #FF73CB;
    background: linear-gradient(315deg, rgba(255, 115, 203, 1) 0%, rgba(255, 171, 224, 1) 100%);
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    margin: 0;
    overflow-x: hidden;
    margin-top: 400px;
}

.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  opacity: .9;
  visibility: visible;
    z-index: -1;
}

@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}

button {
    background: #FF73CB;
    background: linear-gradient(315deg, rgba(255, 115, 203, .5) 50%, rgba(255, 227, 244, .5) 100%);
    border: 2px outset #FF73CB;
    font-size: 21px;
    font-family: 'Jetbrains Mono';
    text-decoration: none;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    margin: auto;
    justify-content: center;
    letter-spacing: -.1px;
    color: #ffd8f0;
    padding-left: 30px;
    padding-right: 30px;
    transition:  ease-in-out 0.3s;
    box-shadow: 4px 7px 10px rgba(140, 10, 92, 0.2);
    margin-bottom: 10px;
    
}

button:hover {
    transition: ease-in-out .3s;
    color: #ff3fb8;
    background: #FF73CB;
    background: linear-gradient(315deg, rgba(255, 115, 203, 1) 0%, rgba(255, 227, 244, 1) 100%);
}

a {
    color: #ffffff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.87);
    font-weight: 200;
    text-decoration: none;
    
}

a:hover {
    transition: ease-in-out .2s;
    color: #ffffff;
    text-shadow: 0 0 3px #ffffff;
    text-decoration: underline;
}

h1 {
    font-family: 'OUTFIT';
    font-size: 40px;
    text-align: center;
    margin: auto;
    padding: 21px;
    align-content: center;
    color: #702053;
    text-shadow: 1px 1px 3px #ff56c0;
    font-weight: 900;
    letter-spacing: -1px;
    
}

.links {
    text-align: left;
    margin: auto;
    align-content: center;
    width: 600px;
    font-size: 30px;
    font-family: 'outfit';
    margin-top: -50px;
    text-shadow: 0 0 3px #FF73CB;
    line-height: 1.2;
    margin-left: 1050px;
}

li {
    list-style: none;
}
