* {
    padding: 0;
    margin: 0;
    background: #61bc99;
}

main {
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #f2f2f2;
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    gap: 20px;
}

img{
    object-fit: contain;
    width: 50%;
    height: auto;
}


a{
    color: #f2f2f2;
    text-underline-offset: 7px;
}
