/* You can add global styles to this file, and also import other style files */
:root {
  --common-gap-height: 16px;
}
app-root {
    margin:0;
}

* {
  box-sizing: border-box;
}

.flex-container {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;

    background-color:dodgerblue;
}

.flex-container > div {
    background-color: #f1f1f1;
    width:100px;
    margin:10px;
    text-align:center;
    line-height: 75px;
    font-size:30px;
}

html, body {
  height: 100%;
  margin: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}

.mat-drawer-content {
  position: relative;
  z-index: 1;
  display: block;
  height: auto !important;
  overflow: visible !important;
}

body {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.theory-pass {
  align-content: center;
  text-align: justify;
  text-align-last: left;
 
  font-size: 16px;
  width: 700px;
  
  padding: 5px;
}

.maintitle {
    font-size: 20px;
    font-weight:800;
}

.subtitle {
  font-size: 18px;
  font-weight: 500;
}
