/* * {
    box-sizing: border-box;
}
body {
    background-color: #fee1e1;
}
.wrapper {
    position: absolute;
    margin: -171px 0 0 -327.5px;
    left: 50%;
    top: 50%;
    height: 342px;
    width: 655px;
}
.card {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/279756/2017_bg.png);
    background-size: cover;
    width: 655px;
    height: 342px;
    border-radius: 5px;
    position: absolute;
    box-shadow: -20px 30px 116px 0 rgba(92, 15, 15, 0.54);
    overflow: hidden;
    z-index: 4;
}
.card__orangeShine, .card__greenShine {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}
.card__orangeShine {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/279756/orange_shine.png);
    right: -150px;
    top: -90px;
    bottom: 50px;
    z-index: 2;
    width: 570px;
    height: 500px;
}
.card__greenShine {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/279756/green_shine.png);
    left: 20%;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 400px;
}
.card__year {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 110px;
    line-height: 110px;
    padding: 55px 0;
    font-weight: 100;
    position: relative;
    z-index: 2;
}
.card__thankyou {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    text-transform: uppercase;
    font-weight: 100;
    left: 33%;
    bottom: 20%;
    z-index: 2;
    color: #fff;
    letter-spacing: 5px;
    line-height: 17px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.card__circle, .card__smallCircle {
    position: absolute;
    border-radius: 100%;
    background-image: linear-gradient(-239deg, #3b4576 0%, #242a48 59%);
    box-shadow: -10px -15px 90px 0 #191c41;
    z-index: 2;
}
.card__circle {
    right: 68px;
    bottom: 34px;
    width: 230px;
    height: 230px;
}
.card__smallCircle {
    right: 40%;
    top: -7%;
    width: 50px;
    height: 50px;
}
.card__outer-year {
    font-family: 'Orbitron';
}
.card__outer-year span {
    position: absolute;
    color: #fff;
    font-size: 16px;
    z-index: 4;
}
.card__outer-year span:nth-child(1):after, .card__outer-year span:nth-child(4):after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #fff;
}
.card__outer-year span:nth-child(1) {
    top: 35px;
    left: 35px;
}
.card__outer-year span:nth-child(2) {
    left: none;
    top: 35px;
    right: 35px;
}
.card__outer-year span:nth-child(3) {
    top: none;
    bottom: 35px;
    left: 35px;
}
.card__outer-year span:nth-child(4) {
    top: none;
    left: none;
    right: 35px;
    bottom: 35px;
}
.card__comet {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
}
.card__cometOuter {
    position: absolute;
    top: 30%;
    left: 25%;
}
.card__comet--second {
    right: -30px;
    top: -15px;
    transform: scale(0.6);
}
.card__comet:before, .card__comet:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    transform: rotate(-45deg);
}
.card__comet:before {
    width: 18px;
    height: 70px;
    transform-origin: -2px 13px;
}
.card__comet:after {
    width: 12px;
    height: 80px;
    transform-origin: 0px 8px;
}
.source {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    opacity: 0.5;
    font-size: 12px;
}
.source a {
    color: #000;
} */

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.wrapper {
    width: 100%;
    max-width: 700px;
    padding-top: 250px;
}

.card {
    padding-top: 100px;
    background-image: url(../img/404/image.png);
    background-size: cover;
    width: 100%;
    height: auto;
    border-radius: 5px;
    position: relative;
    box-shadow: -20px 30px 116px 0 rgba(92, 15, 15, 0.54);
    overflow: hidden;
    padding-top: 56.25%; /* Maintain aspect ratio (16:9) */
}

.card__orangeShine, .card__greenShine {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.card__dateTime {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding-top: 100px;
    padding-left: 50px;
    font-size: 50px;
    opacity: 50%;
    font-family: 'Oswald', sans-serif;
    z-index: 3;
  }
  
  .card__orangeShine {
    background-image: url(../img/logo/Logomain.png);
    right: 134px;
    top: 79px;
    bottom: 50px;
    z-index: 2;
    width: 500px;
    height: 200px;
}
@media screen and (max-width: 480px) {
    .card__orangeShine {
        background-image: none;
        right: 134px;
        top: 79px;
        bottom: 50px;
        z-index: 2;
        width: 500px;
        height: 200px;
    } 
}
.card__greenShine {
    /* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/279756/green_shine.png); */
    left: 20%;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 400px;
}

.card__year {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 110px;
    line-height: 110px;
    padding: 55px 0;
    font-weight: 100;
    position: relative;
    z-index: 2;
}

.card__thankyou {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    text-transform: uppercase;
    font-weight: 100;
    left: 33%;
    bottom: 20%;
    z-index: 2;
    color: #fff;
    letter-spacing: 5px;
    line-height: 17px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.card__circle, .card__smallCircle {
    position: absolute;
    border-radius: 100%;
    background-image: linear-gradient(-239deg, #3b4576 0%, #242a48 59%);
    box-shadow: -10px -15px 90px 0 #191c41;
    z-index: 2;
}

.card__circle {
    right: 68px;
    bottom: 34px;
    width: 230px;
    height: 230px;
}

.card__smallCircle {
    right: 40%;
    top: -7%;
    width: 50px;
    height: 50px;
}

.card__comet {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
}

.card__cometOuter {
    position: absolute;
    top: 30%;
    left: 25%;
}

.card__comet--second {
    right: -30px;
    top: -15px;
    transform: scale(0.6);
}

.card__comet:before, .card__comet:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 27%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    transform: rotate(-45deg);
}

.card__comet:before {
    width: 18px;
    height: 70px;
    transform-origin: -2px 13px;
}

.card__comet:after {
    width: 12px;
    height: 80px;
    transform-origin: 0px 8px;
}

.source {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    opacity: 0.5;
    font-size: 12px;
}

.source a {
    color: #000;
}
