*{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Inter', sans-serif;
    /*background-color: rgb(1, 28, 53);*/
}
header {
    background-color: white;
}
header img {
    display: block;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
}
#baner {
    width: 100%;
}
#contact h4 {
    font-size: 2rem;
font-weight: 500;
text-align: center;
margin-top: 7rem;
color: rgb(1, 28, 53);
margin-bottom: 5rem;
}
#contact p {
    
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(1, 28, 53);
}
#contact ul {
    display: block;
   text-align: center;
      list-style: none;
      
}
button {
    border: none;
    margin-bottom: 1rem;
    padding: 1.1rem 3rem;
    color: white;
    background-color: rgb(1, 28, 53);
    box-shadow: 0px 2px 3px grey;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 13px;
    transition: 0.5s ease-in;
    cursor: pointer;
}
button:hover {
    background-color: white;
    color: rgb(1, 28, 53);
}
table {
    
    margin-bottom: 1rem;
    padding: 1rem 5rem;
    background-color: rgb(1, 28, 53);
    color: white;
    box-shadow: 0px 2px 3px grey;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 13px;
    transition: 0.5s ease-in;
    cursor: pointer;
}
table:hover {
    background-color: white;
    color: rgb(1, 28, 53);
}
#wp a {
    text-decoration: none;
    margin-bottom: 1rem;
    padding: 1rem 5rem;
    background-color: rgb(1, 28, 53);
    color: white;
    box-shadow: 0px 2px 3px grey;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 13px;
    transition: 0.5s ease-in;
    cursor: pointer;

}
#wp a:hover {
    background-color: white;
    color: rgb(1, 28, 53);
    transition: 0.5s ease-in;
}
#adresa {
    background-color: white;
}


#adresa p {
    text-align: center;
    font-size:1rem;
    font-weight: 300;
    color: rgb(1, 28, 53);
    margin-top: 1rem;
    margin-bottom: 5rem;
}
#smicons ul {
    margin-top: 10rem;
  justify-content: center;
    list-style: none;
    display: flex;
    flex-direction: row;
}
#smicons li {
    display: flex;
}

#smicons img {
    width: 40px;
    padding-inline: 1rem;
    border-radius: 20px;
}
footer p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
    color: rgb(1, 28, 53);
}
@media(max-width:1000px){
    #contact h4 {
        font-size: 1.5rem;
    }
}
@media (max-width:700px){
    body {
        overflow-x: hidden;
    }
    #baner {
       width: 1200px;
        height: 400px;
        margin-left: -20rem;
    }
}

@media (max-width:500px){
    #contact h4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
#adresa {
    margin-left: 1rem;
    margin-right: 1rem;
}
}