.container {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
p {
    width: 20vw;
    text-align: justify;
}

a {
    text-decoration: none;
    font-size: 150%;
    color: black;
}

a:hover {
    color: blueviolet;
}

.home {
    position: fixed;
}