body {
    background-color: #44018A;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}

.stars {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.text {
    font-size: 35pt;
    font-style: italic;
    font-weight: bold;
    color: orange;
    text-align: center;
    margin: 40px;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    color: white;
    padding: 10px;
}
