body{
    background-color: black;
    color: white;
}
.Poster {

    text-align: center;

    padding-bottom: 5%;

}
.Poster {

    text-align: center;

    padding-bottom: 5%;

    position: relative;

}

.Poster img {

    max-width: 1000px;

}
.perry-box {

    position: absolute;

    top: 60px;

    right: calc(50% - 315px);

    height: 90px;

    width: 90px;

    cursor: pointer;

}
@media screen and (max-width: 1000px) {

    .perry-box {

        right: 18%;

        top: 4%;

    }

}
.perry-message {

    position: fixed;

    top: 50%;

    left: 50%;

    width: 200px;

    height: 150px;

    background: black;

    justify-content: center;

    align-items: center;

    display: none;

}

.perry-message span {

    position: absolute;

    top: 1em;

    right: 1em;

    text-decoration: underline;

    cursor: pointer;

}

.perry-message.open {

    display: flex;

}
.h1{
    font-size: x-large;
}
h1, h2, h3, p, .Link {

    max-width: 1000px;

    margin: 1.5em auto;

}
 