@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@800&display=swap');


*
{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
body{
	background-image: url('areia.jpg');
	background-size: cover;
}
.box
{
    position: absolute;
    /*background: transparent;*/
    /* width: 50%;
    height: 100vh; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#particles-js
{
    position: relative;
    height: 100vh;
    /*background: transparent;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;   
    z-index: 0;
    /*background-color: #eee;*/
}
p, h1,h2, a
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #162a59;
}
a{
	margin: 1em;
}
