@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

img {
  max-width: 100%;
}

html {
  font-size: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
 font-weight: 400;
  line-height: 1.5;

}

h1 {
  font-size: rem-calc(50);
}
@media (max-width: 425px) {
  h1 {
    font-size: rem-calc(33);
  }
}


/*# sourceMappingURL=main.css.map */

.hero-banner{
  background-image: url(./image/image-banner.jpg);
  background-size: cover;
  background-position: center;
  height: 60vh;
  background-repeat: no-repeat;
  
}
.banner_text{
  padding-top: 25vh;
  color: white;

}
.speakers:hover{
    margin-top: -20px;
    color: rgb(35, 114, 174);
}
.table-content{
  overflow-x: auto;
}
.container_day,
.container_hours,
.container_min,
.container_sec{ background-color: rgb(160, 211, 244);

}