body {
      background-color: white;
/*      background-image: linear-gradient(rgba(60,52,100,0.3), rgba(236,93,14,0.3));*/
/*      height: 100%;*/
    margin: 0px;
    }

html {
/*  background-color: #24245c; */
/*  height: 100%;*/
color: #24245c;
}

#mobile {
  /*display: none;*/
}

@media (max-width: 767px) {
  #non-mobile {
    /*display: none;*/
  }

  #mobile {
    /*display: block;*/
  }

  tr:nth-child(even) {
  background-color: #ffffff;
  }

  tr:nth-child(odd) {
  }

}
    
    h1 {
      font-family: Roboto, sans-serif;
      font-size: 48px;
    }
    
    h3 {
      font-family: Roboto, sans-serif;
      font-weight: bold;
      padding-top: 1em;
    }
    
    p {
      text-align: left;
      padding: 10px;
      font-size: 20px;
    line-height: 1.14286;

    letter-spacing: .007em;
    font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 40px;
    }

    .texto {
      margin-left: 150px;
      margin-right: 150px;
    }
    .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

.card {
  margin: 50px 150px 50px 150px;
  background-color: white;
  /* cursor: pointer; */
  /* display: flex; */
  flex-direction: column;
  /* height: 500px; */
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  white-space: normal;
/*  width: 313px;*/
  /* box-shadow: 2px 4px 12px rgba(0,0,0,.08);*/
  border-radius: 18px;
  transition: all .3s cubic-bezier(0,0,.5,1);
/*    &:hover {
    transform: scale(1.025);*/
    box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.4);
    /*}*/
}

.g_id_signin {
    display: block; /* Make sure it's block-level for proper centering */
    margin: 20px auto; /* Center the button and add vertical spacing */
    max-width: 300px; /* Restrict the width of the button */
}

.input-select-container {
  display: flex;
  align-items: stretch; /* Align items vertically */
}

.input-select-container input,
.input-select-container select {
  flex: 1; /* Distribute available space equally between input and select */
}

.topo {
  display: flex;
  align-items: center; /* This vertically aligns the elements */
  justify-content: center;
  padding-bottom: 1em;
  background-color: #f5f5ff;
  box-shadow: 2px 4px 12px rgba(0,0,0,.3);
}

.text-container {
  text-align: center;
}

table {
  font-family: Roboto, sans-serif;
  border-collapse: collapse;
  width: 100%;
  justify-content: center;
}

td, th {
  padding: 8px;
}

.bigScreen {
  display: flex;
  margin: 10px 0;
  flex-direction: column;
  align-items: center;
}

.smallScreen {
  text-align: left;
  margin: 10px 0;
}

.perguntas {
  text-align: left;
}

/* styles.css */

/* Center the question container in the middle of the screen */
.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh; /* Set the container's height to the viewport height */
}

/* Style the question container */
.question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
}

/* Style the question text label */
.question-container label {
  margin-right: 10px;
}

/* Style the radio buttons */
.question-container input[type="radio"] {
  margin-right: 5px;
}

/* Add some spacing between questions */
.question-container:not(:last-child) {
  margin-bottom: 20px;
}
