* {
    font-family: sans-serif;
}

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

header {
    display: flex;
    align-items: center;
    gap: 10px;

}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

p#center{
    max-width: 40vw;
    text-align: center;
}
