@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

;

div {
    padding: 1rem 1rem;
    max-width: 600px;
    margin: 0 auto;
    min-width: 200px;
}

img {
    width: 100%;
    max-width: 300px;
    min-width: 60px;
    text-align: center;
}

a {
    display: flex;
    color: #000;
    text-decoration: none;
    padding: 1rem;
    margin: 1rem;
    border: 2px solid #40BFEF;
    border-radius: .25rem;
    background: rgba(0, 0, 0, .02);
    min-width: calc(60px + 2rem);
    justify-content: center;
}

a:hover {
    border: 2px solid #221b48;
}

h1 {
    text-align: center;
    color: #221b48;
}

.favicon_title {
    width: 25px;
}

:root {
    --header-h: 72px;
}

:root {
    --header-h: 72px;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container_title {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    border-bottom: 2px solid #221b48;
    background: #fff;
    z-index: 10;
    gap: 20px;
}

main {
    flex: 1;
    padding-top: var(--header-h);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.container {
    text-align: center;
    max-width: 600px;
    width: 100%;
}