* {
    margin: 0; padding: 0; border: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
    background-image: url(../images/pinkpalm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: justify;
    background-attachment: fixed;
    background-position: center;
}

h1 {
    text-align: center;
    font-size: 50px;
}

h2 {
    text-align: center;
    font-size: 30px;
}

p {
    font-style: italic;
    text-align: center;
}

ul {
    padding: 20px;
    text-shadow: 3px 1px white;
}

h3 {
    color: thistle;
    font-size: 30px;
    text-align: center;
    text-shadow: 3px 1px teal;
}


#a1 {
    text-align: center;
    border: 8px  solid;
    text-shadow: 3px 1px 1px teal;
    color: thistle;
    font-size: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 10px 10px 10px cadetblue;
}

#a2 {
    text-align: center;
    border: 8px thistle solid;
    color: thistle;
    text-shadow: teal 3px 1px 1px;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 10px 10px 10px cadetblue;
}

#a3 {
    text-align: center;
    border: 8px thistle solid;
    color: thistle;
    text-shadow: teal 3px 1px 1px;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 10px 10px 10px cadetblue;
}

#a4 {
    text-align: center;
    border: 8px thistle solid;
    color: thistle;
    text-shadow: teal 3px 1px 1px;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 10px 10px 10px cadetblue;
}