:root {
    --main: #756dff;
    --secondary: #756dff;
    --gray: #666;
    --text: #383847;
}

body {
    font-family: system-ui;
    padding: 10%;
    color: var(--text);
}

a:link {
    color: var(--main);
    text-decoration: unset;
}

a:visited {
    color: var(--secondary);
}

h1 {
    font-size: 46px;
}

h4 {
    margin-bottom: 0.4em;
}

ul {
    list-style-type: none;
    padding-inline-start: 0;
}

@media screen and (max-width: 600px) {
    img {
        width: 160px;
        height: 160px;
    }
}

@media screen and (min-width: 600px) {
    img {
        width: 190px;
        height: 190px;
    }
}

.date {
    font-size: 0.9rem;
    color: var(--gray);
}
