img{
    width: max(min(30vw, 12em),4em);
}

body{
        display: flex;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.wrapper{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.main {
    padding: 1em;
    background: #29b6f6;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 50%);
    width: min-content;
}
.url{
    padding: 1em;
    background: #29b6f6;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 50%);
    margin-top: 1em;
    justify-content: center;
    display: flex;
    border-radius: 5px;
}
.desc{
    padding: 1em;
    background: #29b6f6;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 50%);
    margin-top: 1em;
    justify-content: center;
    display: flex;
    border-radius: 5px;
}

.url h1{
    font-family: monospace;
}
