    h1{
    border: dashed ;
    text-align: center;
    font-size: 50px;
    background-color: aqua;
    }
p{
    border: solid;
    text-align: center;
    font-size: 20px;
    font-family: fantasy;
}
.picture{
    text-align: center;
    border:8px  double gold;
    border-radius: 30px;
    background-color: teal;
}
.a-1{
    text-align: center;
    font-size: 20px;
}