body {
    margin: 10px;

}


.header {
    margin: 10px;
    border: solid black 1px;
    background-color: rgb(163, 107, 154);
    width: 50%;
}

header {
    margin: 10px;
    border: solid black 1px;
    background-color: rgb(26, 230, 36);
    width: 97%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 40px;
}

.nav {
    margin: 10px;
    border: solid black 1px;
    background-color: rgb(255, 174, 0);
    width: 97%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 40px;
}


aside {
    margin: 10px;
    border: solid black 1px;
    background-color: rgb(35, 76, 94);
    width: 35%;
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 40px;
}

main {
    margin: 10px;
    border: solid black 1px;
    background-color: cadetblue;
    width: 60%;
    height: 500px;
    text-align: center;
    font-size: 40px;


}


.asm {
    margin: 10px;
    display: flex;

}

article {
    margin: 10px;
    border: solid black 1px;
    background-color: aqua;
    height: 300px;
    font-size: 40px
}

figure {
    margin: 10px;
    font-size: 40px;
    border: solid black 1px;
    height: 105px;
    background-color: blanchedalmond;
    justify-content: center;
    align-items: center;
    display: flex;
}

p {
    margin: 10px;
    font-size: 40px;
    border: solid black 1px;
    height: 105px;
    background-color: rgb(144, 144, 213);
    justify-content: center;
    align-items: center;
    display: flex;
}

section {
    margin: 10px;
    font-size: 40px;
    border: solid black 1px;
    height: 105px;
    background-color: blueviolet;
    justify-content: center;
    align-items: center;
    display: flex;
}

footer {
    border: solid black 1px;
    width: 96%;
    height: 60px;
    margin: 10px;
    background: brown;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 40px;
}