*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
}
html{
    background: #ffffff;
    background-image: linear-gradient(162deg, rgba(255, 255, 255, 1) 0%, rgb(255, 172, 238) 50%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#location{
    font-weight: bold;
    color:rgb(52, 105, 52)
}

#distance{
    font-weight: bold;
}
main a{
    display: block;
    border-bottom: rgb(187, 245, 255) 3px solid;
    background: #40c9ff;
    background: linear-gradient(90deg, rgba(64, 201, 255, 1) 0%, rgba(0, 191, 255, 1) 50%, rgba(84, 238, 255, 1) 100%);
    color: white;
    font-size: 2rem;
    margin: 1rem auto;
    width: 350px;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.103);
    -webkit-box-shadow: 5px 5px 7px -2px rgba(0,0,0,0.34); 
    box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.34);
}
main{
    margin-top: 2rem;
}

#link1{
    animation: horizontal-shaking 0.75s 3s ease-in-out infinite;
    font-style: italic;
    margin-top: 0;
    background-image: url(OfLogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#link2{
    background-image: url(FanslyLogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#link3{
    background-image: url(ThroneLogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: rgb(255, 65, 207) 3px solid;
}

#poster{
    margin: 1rem auto;
    width: 350px;
    display: block;
    height: 400px;
    background-image: url(Poster.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    border-bottom: pink 15px solid;
    -webkit-box-shadow: 5px 5px 7px -2px rgba(0,0,0,0.34); 
    box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.34);
}
@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}

#UsrTitle{
    margin-top: 2rem;
    font-family: "Chewy", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    color: rgb(255, 58, 134);
}
#PromoTitle{
    font-size: 1.2rem;
    color: rgb(255, 58, 134);
}

#sale{
    font-style: normal;
    font-weight: bold;
}