@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Rye&display=swap');

body {
    width: 1000px;
    font-family: Fira sans;
    background-color: rgb(218, 224, 255);
}

header {
    width: 890px;
    height: 810px;
    background-color: white;
    margin-left: 400px;
    padding-left: 60px;
    box-shadow: 0 -5px 5px -5px rgb(155, 13, 108), -5px 0 5px -5px rgb(155, 13, 108);
}

main {
    width: 860px;
    background-color: white;
    box-shadow: 5px 0 5px -5px rgb(155, 13, 108),  0 5px 5px -5px rgb(155, 13, 108);
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 60px;
    margin-left: 400px;
    padding-top: 40px;
}

footer {
    width: 900px;
    height: 70px;
    padding-top: 50px;
    padding-left: 50px;
    box-shadow: 0 -5px 5px -5px rgb(155, 13, 108), -5px 0 5px -5px rgb(155, 13, 108);
    background-color: white;
    font-variant-caps: small-caps;
    margin-top: 40px;
    margin-left: 400px;
    margin-bottom: 30px;
}

h1 {
    width: 600px;
    color: rgb(177, 73, 177); 
    padding-top: 30px;
}

strong, b {
    text-shadow: 1px 1px 1px rgb(34, 180, 180);
}


li {
    border-bottom: 2px red solid;
}


a {
    color: rgb(155, 13, 108);
}

img {
    width: 800px;
}

hr {
    width: 947px;
    margin-left: 400px;
    border-top: 10px aqua double;
    border-bottom: 10px aqua dotted;
    background-color: rgb(170, 49, 170);
}
