body {
    font-family: Arial, Helvetica, sans-serif;
    color: whitesmoke;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 70px;
}

h1 {
    font-size: 70px;
    font-weight: bold;
    line-height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 8px;
}

h2 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

p {
    background-image: url("poster.png");
    margin-bottom: 60px;
}

.name {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: -15px;
}

.action {
    font-style: italic;
    margin-top: -10px;
    margin-bottom: -10px;
}

.act {
    font-style: italic;
}