*{
    background-image: url("../about.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.text{
    color: whitesmoke;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 800px;
}


body {
    display: flex;
    align-items: center;
    justify-content: left;
}

@media(max-width:680px){
    .text{
        font-size: small;
        width: 400px;
    }
    img{
   
        width: 150px;
        
    }
    .myimage{
        position: relative;
        top: 10px;
        left: 10px;
    }
    
}