@font-face {
    font-family: comicsans;
    src: url(../font/Comic_Sans.woff2);
}

body {
    background: #00004b;
}
h1{
    font-size: 3em;
    margin: 100px 0;
}
.main {
    display: flex;
    color: whitesmoke;
    background: navy;
    border-radius: 20px;

    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    line-height: 1.5em;
    font-size: 1.3em;
    max-width: 23cm;
    margin: 50px auto;
    padding: 25px 25px 150px 25px;
    /* text-align: center;*/
    font-family: comicsans;
}
.text_center{
    text-align: center;
}
.anchor{
    text-decoration: none;
    color: white;
}
.main img {
    max-width: calc(100% - 10px);
}
h2 .anchor{
    color: lime;
    text-shadow: 0 0 22px white;
}