@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#container {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#center-div {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 2em;
}

#uc-image {
    align-self: center;
}