@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');

body {
    background-color: #fe1f91;
    margin: 0;
    font-family: "Stack Sans Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

header {
    margin: auto;
    background-color: rgb(56, 48, 52);
    padding: 30px;
}

header img {
    width: 105px;
    height: 50px;
}

h2 {
    text-align: center;
    margin-top: 65px;
    font-size: 45px;
}
