h1 {font-family:Arial, Helvetica, sans-serif, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 70px; 
    color: red;
}
    .rechteck {
        height:400px;
        width: 700px;
        border: solid 10px red;
        border-radius: 15px;
        background-color: lightblue;
        font-size: 30px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        text-align: center;
        transform: rotate(4deg);
    }