* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.title {
    padding: 60px;
    background: rgb(255, 85, 0);
    margin: 0;
    text-align: center;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #800001;
}

h1 {
    color: rgb(0, 0, 0);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 2px;
    text-shadow: 2px 2px rgb(172, 172, 172);
    text-align: center;
    font-size: 50px;
}

iframe{
    width: 300px;
    height: auto;
    aspect-ratio: 9/16;
    display: absolute;
}