body {
    width: 100%;
    height: 100%;

}

main {
    transform: scale(1);
    transform-origin: top left; /* or top center */

}

p {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-wrap: auto;
}

.wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

img{
    width: 50px;
    height: 50px;
}

#fine{
    height: 100px;
    width: 100px;
}

#imthedrama {
    width: 300px;
}