* {
    margin: 0;
    padding: 0;

    font-family: "Manrope", serif;
}

body {
    width: 100vw;
    height: 100vh;

    background: #09090b;

    color: white;

    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h1 {
    font-size: 36px;
    font-weight: 800;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    font-weight: 300;
}

h4 {
    font-size: 12px;
    font-weight: 200;
}

.root {
    padding: 32px;

    gap: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.root img {
    width: 240px;

    object-fit: contain;
}

.title {
    display: flex;

    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.title h2 {
    color: #0d9488;
}

.devedi {
    position: absolute;
    width: auto;
    height: auto;

    padding: 8px;
    column-gap: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

    font-size: 12px;
    font-weight: 300;

    bottom: 8px;
    right: 8px;
}

.devedi img {
    width: 124px;
    object-fit: contain;
}