﻿body{
    background-color: transparent!important;
    background-image: url("../images/body-background.jpg");
    height: 100vh;
}

#container{
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
}

h1{
    font-family: "Helvetica Neue Light","Helvetica Neue",Arial,sans-serif;
    font-size: 48px;
    color: #495057;
}

p{
    font-family: "Helvetica Neue Light","Helvetica Neue",Arial,sans-serif;
    font-size: 24px;
    color: #495057;
}