body
{
    background-image: url("Pins.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    font-family: "Voltaire", sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    
}
.text
{
    padding-top:3em;
}
.text h1
{
    font-style: italic;
    font-size: 64px;
}
.text h2
{
    font-style: italic;
    font-size: 48px;
}
.text h3
{
    font-size: 32px;
}