body {
  background-color: #f5f5f5;
}

.friendly-screen {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.friendly-screen-logo {
  height: 306px;
  background-image: url("./frindly-scren-logo.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.esop-ezee-logo {
  height: 72px;
  background-image: url("./esop-ezee-logo.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

.my-esops-logo{
  height: 72px;
  background-image: url("./my-esops-logo.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

.detail-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  text-align: center;
}

.support-container {
  margin-top: 50px;
  text-align: center;
  font-family: "Lato", sans-serif;
}
