/** @format */
@import url("https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: -apple-system, sans-serif;
    letter-spacing: -0.5px;

    font-family: "Comic Relief", system-ui;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

body {
    background-color: #66ccff;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    color: #000080;
    margin: 0;
    padding: 0;
    background-image: url("https://www.transparenttextures.com/patterns/linen.png");

    display: flex;
    flex-direction: column;
}

.header {
    background: linear-gradient(to right, #ffff00, #ff66cc);
    padding: 20px;
    border-bottom: 4px dashed #ff33cc;
    box-shadow: 0 4px 12px #ff00ff;
}

h1 {
    font-size: 48px;
    margin: 0;
    color: #0000cc;
    text-shadow: 2px 2px #ffffff;
}

marquee {
    font-size: 24px;
    color: #ff0066;
    font-weight: bold;
    background-color: #ffff99;
    padding: 10px 0;
    margin-top: 10px;
}

.container1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
}

.container1 > img {
    height: 400px;
    border: double 10px red;
}

.container1 > p {
    font-size: 3rem;
    width: 230px;
    font-weight: bold;
    text-shadow: 5px 5px 0px yellow;
}
