@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
.container {
    width: 80%;
    /* height: 100vh; */
    margin: auto;
    font-family: 'Mulish', sans-serif;
    margin-top: 50px;
}

form {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
  }
  
  select,
  input[type="number"],
  input[type="text"] {
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
  }
  
  select {
    height: 40px;
  }
  
  input[type="submit"] {
    background-color: #FB9637;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }
  
  input[type="submit"]:hover {
    background-color: #FFB657;
  }

.leggutjobbknapp {
  cursor: pointer;
}

footer {
 
}


#FB {
  width: 35px;
    height: 35px;
}

#SC {
  width: 35px;
    height: 35px;
}

#TK {
  width: 35px;
    height: 35px;
}

#EM {
  width: 35px;
    height: 35px;
}

@media only screen and (min-width: 481px) {
  footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
  }
} 