@font-face {
    font-family: "DepartureMono";
    src: url("DepartureMonoNerdFont-Regular.otf") format("opentype");
}
body 
{
    font-family: "DepartureMono", monospace;
    background-color: #5d0052;
}
main 
{
    width: 1200px;
    height: 5000px;
    background-color: rgb(28, 0, 30);
    border-color: rgb(5, 0, 5);
    margin: auto;
}
p
{
    text-align: center;
    margin: auto;
    color: white;
    font-size: 30px;
}

h1
{
    text-align: center;
    color: white;
    font-size: 60px;
}
a
{
    display: block;
    text-align: center;
    color:#00cb44;
    font-size: 50;
}

.title 
{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
