* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
background-color: rgb(1, 25, 44);
color: white;
font-family: "Outfit", sans-serif;
}
:root {
--header-font-size: 2rem;
--second-color: rgb(6, 158, 125);
}
nav {
display: flex;
justify-content: flex-end;
gap: 1em;
text-wrap: nowrap;
padding: 1rem;
}
a {
color: white;
text-decoration: none;
text-align: center;
padding: 0.2rem;
}
nav > a:first-child {
position: absolute;
left: 16px;
font-size: 1.2rem;
border: 3px solid white;
border-radius: 50%;
padding: 0.7rem;
top: 10px;
}
nav > a:last-child {
border: solid var(--second-color);
padding: 0.2rem 0.4rem;
border-radius: 10px;
top: 10px;
}
nav > a:last-child:hover {
background-color: var(--second-color);
color: black;
}
nav > a:first-letter {
color: var(--second-color);
}
a:hover {
color: var(--second-color);
text-decoration: underline;
text-decoration-color: white;
text-underline-offset: 1rem;
text-decoration-thickness: 3px;
}
h1 {
display: flex;
justify-content: center;
font-size: 5rem;
padding: 5rem;
text-wrap: balance;
text-align: center;
}
.project-title {
font-size: 3rem;
background-color: rgb(2, 53, 95);
padding: 5rem 1rem;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
background-color: rgb(1, 25, 44);
color: white;
font-family: "Outfit", sans-serif;
}
:root {
--header-font-size: 2rem;
--second-color: rgb(6, 158, 125);
}
nav {
display: flex;
justify-content: flex-end;
gap: 1em;
text-wrap: nowrap;
padding: 1rem;
}
a {
color: white;
text-decoration: none;
text-align: center;
padding: 0.2rem;
}
nav > a:first-child {
position: absolute;
left: 16px;
font-size: 1.2rem;
border: 3px solid white;
border-radius: 50%;
padding: 0.7rem;
top: 10px;
}
nav > a:last-child {
border: solid var(--second-color);
padding: 0.2rem 0.4rem;
border-radius: 10px;
top: 10px;
}
nav > a:last-child:hover {
background-color: var(--second-color);
color: black;
}
nav > a:first-letter {
color: var(--second-color);
}
a:hover {
color: var(--second-color);
text-decoration: underline;
text-decoration-color: white;
text-underline-offset: 1rem;
text-decoration-thickness: 3px;
}
h1 {
display: flex;
justify-content: center;
font-size: 5rem;
padding: 5rem;
text-wrap: balance;
text-align: center;
}
.project-title {
font-size: 3rem;
background-color: rgb(2, 53, 95);
padding: 5rem 1rem;
}