html,
body
{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

.navbar {
  background-color: #222222;
}

.navbar-brand {
  color: white;
}

.navbar a {
  color: #EEFBFB;
}

.nav-link.active {
  color: yellow; 
}

.block
{
  color: white;
  background-color: black;
  padding: 5%;
}

.main-block {
  background-color: #ffffff;
  color: black;
}

.block-2 {
  background-color: #005B9A;
  color: black;
  height: fit-content;
}

.block-3 {
  /* background-color: whitesmoke; */
  background-color: #0191C8;
  color: black;
  height: fit-content;
}

.form-label {
  color: white;
}

.info-block {
  font-size: xx-large;
  text-align: center;
}

.info-block p {
  font-size: large;
  color: white;
  text-align: left;
}

.full-page
{
  height: 100vh;
}

.block
{
  color: white;
  align-content: center;
  padding: 5%;
}

.section-title {
  font-size: xx-large;
  font-family: Arial, Helvetica, sans-serif;
}

.product-info {
  display: flex;
}

.mybutton {
  font-size: small;
  font-weight: bold;
  background-color: #c9cad9;
  color: black;
}

.card {
  background-color: white;
  color: black;
  border-radius: 5px;
}
  

.info-block {
  font-size: small;
  /* display: flex; */
}

.section-info-title {
  font-size: x-large;
  text-align: left;
  font-weight: bold;
  color: white;
  padding-bottom: 10px;
}

.section-info-details {
  font-size: medium;
  text-align: left;
  color: white;
}

img.resize {
  max-width:100%;
  max-height:100%;
} 

/* .btn {
  background-color: blue;
  color: white;
} */

.section-info-title {
  color: yellow;
}

