* {
    margin: 0px;
    padding: 0px;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: "Inter", sans-serif;
}

#Main {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 13px;
    gap: 20px;
}

h1 {
    cursor: default;
    font-weight: 500;
    color: #636363;
}

img {
    max-width: 250px;
    width: 100%;
}