*{
   
    background-image: url("./images/index.jpg");
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
    
}
a{
    color:lightgray;
}
p{
    text-align: left;
    justify-content: center;
}

.text{
    color: lightgray;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}
.introtext{
    display: inline-flex;
    text-align: center;
    width:600px ;
}
img{
    width: 600px;
}
@media(max-width:680px){
    .text{
        font-size: small;
    }
    .introtext{
        display:block;
        width:350px ;
    }
    img{
        width: 400px;
    }
}
