@font-face {
    font-family: 'Agatho';
    src: url('assets\fonts\Agatho_ Light.otf') format("truetype");
    font-weight: normal;
    font-style: italic;
}

html {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

body {
    max-width: 400px;
    background-image: url();
    font-family: '';
}

p
{
    color: #fff;
}

h1 
{
    font-family: '';
    line-height: 2rem;
    color: #ff4444

}
h2 {
    font-family: '';
    line-height: 2rem;
    color: #ff4444;

}

.social-container{
    display: flex;
    flex-direction: row;
    color: #ff9a9a;
}

.social-link{
    margin: 2.5%;
    color: #fff;
}


ul {
    display: grid;
    gap: 0.75rem;
    font-family: '';
    font-style: italic;
}

img {
    height: 100px;
    width: 100px;
}

a {
    color: #fff;
}

a:visited {
    color: #fff;
}

p {
    font-family: '';
    font-style: italic;
}