h1{
    text-align: center;
    font-size:40px;
    color:black;
    }
p{
    font-size:25px;
}

a{
    text-decoration: none;
    color:#003a57;
    font-size:30px;
    border:3px solid;
    border-radius:10px;
    }

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    border: solid;
    border-radius: 30px;
    }

body{
    background-color: bisque;
    }

.z{
    font-size: 25px;
    text-align: center;
}

.za{
    color: red;
}
.zb{
    font-size: 25px;
    color: #003a57;
}
.a1{
    color: rgb(106, 32, 174);
    font-size: 30px;
    border: none;
}
@font-face {
    font-family: 'Sandal';
    src: url('../font/Sandal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Sandal', sans-serif;
}