@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('./fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: transparent;
  font-family: 'Roboto';
  margin: 0 0 0 5 !important;
}

.container {
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container1 {
    color: #d83e03;
    font-size: 25px;
    width: 1000px;
    font-family: 'Roboto Slab';
}

.container2 {
    font-size: 21px;
    color: #ffffff;
    width: 700px;
    font-weight: 400;
    /*background-color: rgba(0, 0, 0, 0.603);*/
}

.container3 {
    color: #868788;
    font-size: 14px;
    width: 280px;
    font-weight: bold;
}