
header {
    width: 100%;
    outline-style: none;
    color: #fff;
    max-width: 100%;
    height: auto;
    background-size: cover;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    size: cover;
}

.luokytitle{
    color: #05f7ffea;
    font-size: 1.5rem;
    width: 30%;
    display: inline;
    float: left;
    text-decoration: none;
    padding: 0;
    margin:1.8% 1% 0 1%;
}

nav ul {
    width: auto;
    list-style-type: none;


  }
  
  nav ul li {
    display: inline;
    float: right;
  }
  
  nav ul li a {
    font-size: 1rem;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
}

body {
    background-color: rgba(2, 91, 255, 0.1);
    background-size: cover;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.main{
    margin:1.5rem 20% 0 20%;
    padding: 1rem;
    float: none;
}

.headernav{
    background-color: rgba(255, 255, 255, 0.445);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 2rem;
	margin-top:-2rem;
}

.filleted_corner{
    border-radius: 2rem;
    background-color: #06112e3f;
}

footer {

    background-color:  #aaaaaa13;;
    padding: 10px;
    text-align: center;
  }
  
.footer-filing-item {
    color:#000000;
    text-decoration:none;
  }
  