*{
    scroll-behavior: smooth;
    padding: 0;

}

a :hover{
 color: azure;
}

body{
    background-image: url(../img/edelweiss_a340.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.text-box {
    border: 2px;
    padding: 10px;
    margin-top: 10px;
    margin-right: 100px;
    margin-left: 100px;
    background-color: #654321
}


figcaption {
    text-align: center
}

p {
    color: white;
}