.welcome > p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 580px;
    color: white;
    font-family: sans-serif;
    font-size: 180px;
    font-weight: 1000;
}

.pgp > p {
    display: flex;
    color: white;
    font-size: 25px;
    position: fixed;
    bottom: 0%;
    left: 1%;
}

body {
    background-image: url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

