body {
    font-family: 'Satoshi', sans-serif;
    font-weight: medium;
    font-size: 11px;
    text-decoration: none;
    display: flex;
    flex-direction: column; 
    align-items: center;
    height: 100vh;
    margin: 0;
    box-sizing: border-box;
}

img {
    height: 100px;
    max-width: 100%;
    margin: auto; 
}

p {
    margin-bottom: 37px; 
    color: #BDBDBD;
}

@media (max-width: 768px) {
    img {
        height: auto;
        width: 80%; 
    }
}
