html {
    line-height: 150%;
    background-size: cover;
 }

body {
	font-family: "IBM Plex Sans", sans-serif;
    /* background-color: #f1de98; */
}

body.mainbody {
    background-image: url('bg2.png');
    background-repeat: repeat;
}

p {
    font-family: "IBM Plex Sans", sans-serif;
}

section {
	width: 420px;
	margin: auto;
	padding-top: 80px;
	text-align: center;
}

article {
    background-color: #fff;
    filter: drop-shadow(8px 8px #ff8427);
    border-radius: 40px;
    width: 390px;
	font-size: 16px;
	text-align: left;
	line-height: 1.2rem;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
    color: #1e212b;
}

header {
	width: 100%;
	font-size: 9px;
	letter-spacing: 1px;
	height: 60px;
	margin-bottom: 10px;
}

nav {
	position: relative;
    line-height: 1.2rem;
    width: 420px;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}

nav a{
	text-decoration: none;
	color: #fff;
}

a {
    color:#fff;
    text-decoration: none;
}

iframe {
    width: 450px;
    height: 500px;
    border: none;
}

hr {
    color: #ff8427;
}

.iframe-home {
    width: 480px;
    height: 450px;
    border: none;
}

.logostyle {
    position: relative;
    top: 10px;
	width: 90px;
    float: left;
    padding: 10px;
    margin: 10px;
}

.head1 {
    color:#ff8427;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.head2 {
    color:#ffc800;
    font-size: 20px;
    text-align: left;
}


.button_round {
    background-color: #ffc800;
    color: #fff;
    border: 0;
    filter: drop-shadow(4px 5px #ff8427);
    border-radius: 10px;
    padding: 7px;
    text-align: center;
    text-transform: lowercase;
    font-size: 15px;
    font-weight: bold;
}

.button_round:hover {
    background-color: #c83e4d;
    filter: drop-shadow(4px 5px #1e212b);
    cursor:pointer;
}

.center {
    display: block;
    margin: 0px 138px 0px;
    text-align: center;
    width: 30%;
}

.svg-image {
    width: 16px;
    height: 16px;
    fill: #fff;
    border: 0;
    margin: 0px 0px -2px;
}

.svg-image2 {
    width: 16px;
    height: 16px;
    fill: #fff;
    border: 0;
    margin: 0px 0px -3px;
}

.articlehead {
    background-color: #fff;
    filter: drop-shadow(8px 8px #ff8427);
    border-radius: 40px;
    width: 200px;
	font-size: 16px;
	text-align: left;
	line-height: 1.8rem;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    margin: 15px 35px 15px;
	float: left;
    color: #1e212b;
}

.bbutton {
    border-style: solid;
    border-color: #ff8427;
    border-width: 2px;
}

.div1 {
    position: relative;
    margin: auto;
    width: 390px;
    padding: 5px;
}

.div2 {
    width: 50%;
    float: left;
}

.img-profile {
    max-width: 70%;
    max-height: 70%;
}