* {
    padding: 0;
    margin: 0;
}

body {
    background-color: rgb(15, 9, 43);
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: azure;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__title {
    background: linear-gradient(to right, red, blue);
    background-clip: text;
    color: transparent;
    font-size: 3vw;
}

.header__subtitle {
    color: purple;
    font-size: 2vw;
}

.header img {
    max-width: 80%;
}

.projects {
    font-size: 1rem;
}

.project__title {
    font-size: 1.5rem;
}

.project__title a {
    color: grey;
}

.project__status img {
    color: green;
}
