* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: white;
    gap: 20px;
    overflow-x: hidden;
}


.img {
    width: fit-content;
    height: fit-content;
}

img {
    height: 100%;
    width: 100%;
}

.title {
    color: black;
    font-weight: 900;
    width: 100%;
    font-size: 3rem;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}