body{
    background-image: url("../pics/background.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
img {
    border-radius: 5%;
}