@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
  background-color: #f5f5f5;
}

.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: "Roboto";
  gap: 10px;
  font-size: 18px;
  margin-top: -200px;
}

.centered-container img {
  width: 500px;
  height: 200px;
}

.centered-container p {
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  color: #373737;
}

.centered-container button {
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border-radius: 0;
  background: linear-gradient(90deg, #e20a17, #6c1212);
  border: none;
  font-family: "Roboto";
  cursor: pointer;
}
