
html,
body {
    width: 350px;
    margin: 0;
}

body {
    background-color: #ededed;
}

header {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}

header span {
    margin-left: 10px;
    font-size: 24px;
    font-family: 'New Tegomin', serif;
    color: blue;
}

header img {
    border-radius: 50%;
    width: 40px;
}

p {
    color: #6e6e6e;
    padding: 0 12px;
}

.social-links {
    display: flex;
    justify-content: space-around;
    font-size: 40px;
}
