/*
* {
    margin: 0px;
    padding: 0px;
}
.top_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px;
    background: white;
}
.top_header a {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;
}
.top_header a:hover {
    color: blue;
}

.top_console {
    margin-left: auto;
}

.top_menu {
    margin-left: 30px;
}
.top_menu a{
    padding-left: 30px;
}

.top_logo {
    cursor: pointer;
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article {
    display: flex;
    padding: 30px;
    background: white;
    border-radius: 30px;
    margin: 10px;
    box-shadow: 3px 3px 10px 1px #888888;
    max-width: 600px;
}

.article_image {
    align-items: center;
}
.article_image img{
    width: 100px;
}

.article_text {
    width: 100%;
    font-size: 1.5em;

}

*/

/*
.static_pages img {
    width: 150px;
}
.static_pages img:nth-child(2) {
    margin-left: 90px;
    margin-top: -70px;
}
.static_pages img:nth-child(3) {
    margin-top: -40px;
}
*/
/*
.landingimage {
    width: 300px;
}
*/
.bottom-rounded {
    border-radius: 0% 0% 100% 100%/0% 0% 30% 30%;
}

main {
    background: #f0f0f0;
}
