* {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 40%;
    min-width: 250px;
    margin-top: 10%;
}

.wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.outro {
    font-size: 22pt;
}

a {
    color: rgb(38,76,151);
}


.intro {
    font-size: 36pt;
    font-style: italic;
}
