
*
{
    box-sizing: border-box;
    font-family: "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 0;
}

html, body
{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

img
{
    width: 25%;
    height: auto;
}