* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

.container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
}

form {
  background-color: #f3f3f3ce;
  padding: 30px;
  border-radius: 4%;
  box-shadow: 3px 3px 1px 0px #00000060;
}

body{

    background-color: rgba(0, 0, 255, 0.425);
  background-repeat: no-repeat;
  background-size: cover;
 
}


.menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu li a{
    color: #ffffff; 
    display: block;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    margin-left: 20px;
    border-radius:500px;
    font-size: 20px;
}

.menu li a:hover{
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    background-color: #ffffff14;}

.logo a{
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;}


header {
  width: 100%;
  height: 80px;
  background-color: #064b80;
  box-shadow: 0px 5px 20px rgb(0, 0, 0);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}