body {
    font-family: Roboto, sans-serif;
    color: rgb(45, 3, 64);
    justify-content:  center;
    /* display: flex; */
    /* text-align: center; */
}

/* header {
    background-color: rgb(246, 177, 96);
    display: grid;
    grid-template-columns: 150px auto;
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    border-color: rgb(45, 3, 64);
} */

header {
    background-color: rgb(137, 82, 161);
    display: grid;
    grid-template-columns: 150px auto;
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    border-color: rgb(45, 3, 64);
}

logobox {
    width: 130px;
    height: 130px;
    background-color: rgb(255, 224, 180);
    display: flex;
    margin: 10px 100px 10px 200px;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.logo {
    width: 120px;
    height: 120px;
}

nav a {
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 35px;
    font-family: georgia, serif;
    font-size: 20px;
    background-color: rgb(45, 3, 64);
    margin: 0px 20px
}

nav a:hover {
    background-color: black;
    color: rgb(248, 195, 123)
}

main {
    width: 70%;
    /* display: flex; */
    justify-self: center;
    margin: 0 auto;
}

content {
    margin: 0 auto;
}

#banner {
    margin: 50px;
    font-family: georgia, serif;
    display:flex;
    padding: 20px;
    justify-content: center;
    background-color: rgb(246, 177, 96);
    border: 2px solid;
    border-color: rgb(45, 3, 64);
}

#textblock {
    justify-content: center;
    display: flex;
    margin: 50px 0px 20px 0px;
    background-color: rgb(248, 195, 123);
}

#download {
    background-color: rgb(137, 82, 161);
    /* justify-self: right; */
    margin: 0px 100px 100px 0px;
    padding: 5px 15px;
    width: 20%;
}

#download:hover {
    background-color: rgb(202, 143, 228);
}

#download a {
    color: white;
}


#download a:hover {
    color: rgb(45, 3, 64);
}

#textblock p {
    width: 70%;
    font-size: 18px;
}

#aboutblock {
    display: flex;
    border: 2px solid rgb(45, 3, 64);
    width: 70%;
    justify-self: center;
    font-size: 18px;
    background-color: rgb(137, 82, 161);
    padding: 50px;
    margin: 50px 0px;
    text-align: left;
}

.form {
    background-color: rgb(246, 177, 96);
    border: 2px solid rgb(45, 3, 64);
    justify-self: center;
    display: flex;
    width: 500px;
    text-align: left;
    padding-top: 50px;
    margin-bottom: 50px;
    padding: 40px;
}

#feedback {
    width: 400px;
    height: 5em;
}

#aboutblock ul {
    color: white;
}

#imgbox {
    display: grid;
    grid-template-columns: repeat (12,1fr);
    background-color: rgb(249, 223, 182);
    text-align: center;
    padding: 30px;
    margin: 0 auto 100px;
    /* margin-bottom: 100px; */
}

#grid_heading {
    grid-column: 1/13;
    margin-bottom: 30px;
    font-family: georgia, serif;
    font-size: 30px
}

h4 {
    font-size: 16px;
}

div {
    /* background-color: rgb(248, 195, 123); */
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
}

#box1 {
    grid-column: 3/5;
    justify-self: center;
    width: 350px;
    margin: 50px 0px 20px 0px;
    background-color: rgb(248, 195, 123);
}

#wwr-image {
    width: 270px;
    height: 270px;
    border-radius: 50%;
}

#box2 {
    grid-column: 6/8;
    justify-self: center;
    width: 350px;
    margin: 50px 0px 20px 0px;
    background-color: rgb(248, 195, 123);
}

#ice-image {
    width: 270px;
    height: 270px;
    border-radius: 50%;
}

#box3 {
    grid-column: 9/11;
    justify-self: center;
    width: 350px;
    margin: 50px 0px 20px 0px;
    background-color: rgb(248, 195, 123);
}

#imgbox h4 {
    align-self: bottom;
}

/* #bz-image {
    width: 270px;
    height: 270px;
    border-radius: 50%;
} */

#bz-image {
    background-image: url("./images/bz.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 270px;
    height: 270px;
    border-radius: 50%;
}

#footer {
    background-color:rgb(45, 3, 64);
    display: flex;
    color: white;
    padding: 30px 150px;
    align-items: center;
}

#footerarea {
    width: 70%;
}