     body{
        margin: 0px;
        display: flex;
        flex-direction: column;
        background-image: url('bg2.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        text-align: center;
        font-family: Arial, sans-serif;
    }

    .intro{
    margin: 0px;
    display: flex;
    flex-direction: column;
    background-image: url('bg2.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial, sans-serif;
    }

    .introsection{
        margin: 15px;
        color: white;
        width: 75%;
        float: center;
        padding: 10px;
        text-align: center;
        font-weight: bolder;
    }