* {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    background: rgb(233, 4, 103);
}





h1 {
    font-size: 60px;
    background-color: rgb(4, 12, 233);
    transform: rotate(12deg);
}

p {
    max-width: 400px;
    background-color: rgb(189, 32, 176);
    text-align:left;
    margin: 20px;
    border: 10px solid white;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    transform: rotate(-12deg)

}


video {
    border: 15px solid white;
    transform: rotate(7deg);
    text-align: right;
}