	body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 80%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: rgb(255,178,104);
}

.img_logo{
	text-align: center; 
	margin-top: 5%;
}
.label_main{
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 2%;	
}

img{
	height: 200px; 
	width: 200px;
}
h1{
	text-align: center; 
	color:red;
}