/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(33, 33, 69, 255);
  color: #fff;
  max-height: 100%;
}

.container__main {
  padding: 0 16px;
  width: 80%;
  margin: auto;
}


@media only screen and (max-width: 1152px) {
 .container__main {
  padding: 0 5px;
  width: 95%;

 }
}


a {
  text-decoration: none;
  color: #fff;
}

.alert {
  position: relative;
  top: 70px;
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
