@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    min-height: 100%;
}

body {
    background: #e35b9f;
    background: linear-gradient(0deg,rgba(227, 91, 159, 1) 0%, rgba(255, 189, 215, 1) 100%);

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    color: hotpink;
    text-shadow: white 2px 0 10px;
}

p {
    font-family: "Noto Sans";
}

a:hover {
    color: white;
}

h2 {
    text-indent: 16px;
    font-size: 30px;
}

h2 a {
    color: yellow;
}

h2 a:hover {
    color: yellow;
    text-shadow: white 0 0 10px;
}

img {
    max-width: 100%;
    max-height: 400px;
    box-shadow: #0006 0 0 20px;
}
