body{
	background: url("/img/backgroundmix.png") no-repeat center center;
    background-size: 25%;
	font-family: "Lato", sans-serif;
    transition: background-color .5s;
    /*max-width: 1200px;*/
    width: 100%;
    height: 550px;
    }

h1{
	font-family: arial;
	font-size: 22px;
	border: 5px yellow solid;
	width: 200px;
	height: 100px;
	border-radius: 10%;
	text-align: center;
	line-height: 100px;
	background-color: #ffca00;
}

h2{
	font-family: arial;
	border: 5px yellow solid;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
    padding: 16px 16px 16px 16px;
	
	background-color: #969696;
	margin-left: 32px;
    margin-right: 30px;
    text-decoration: none;
    font-size: 12px;
    color: #111;
    display: block;
    transition: 0.3s
}

h2:hover{
	background-color: #796b6b
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
    display: inline-block;
}

#right{
    float: right;
}

#ratoli{
    height: 100px;
    width: 100px;
    /*border: 1px solid blue;*/
    position: relative; 
    top: 50px;
    left: -95px;
    margin:0 auto;
}

#outer{

}

@media screen and (max-width: 450px) {
  .sidenav {padding-top: 14px;}
  .sidenav a {font-size: 16px;}
  h1 {  
    width: 100px;
    height: 50px;
    font-size: 11px;
    line-height: 50px;
  }
  h2{
    margin-right: 10px;
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 40px;
  }
}

