
html {
    color: #1a1a1a;
    font-weight: 600;
    background-color:#fff;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tsparticles{
    position: absolute;
    z-index: -1;

    width: 100svw;
    height: 100svh;
}

header{
    width: 100svw;
    height: 45svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 50rem;
    padding: 5px;
    margin: 5px;
}

main {
    width: 100svw;
    height: 35svh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.about {
    max-width: 750px;
    padding: 10px;
    margin-left: 7px;
    font-size: 1.5rem;
    text-wrap: pretty;
}

footer {
    width: 100svw;
    height: 20svh;

    font-weight: 200;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.contact {
    font-size: 1.1rem;
}

.email {
    font-size: 1.4rem;
}

.copyRight {
    font-size: 0.8rem;
}