@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
}

.tc-privacy-policy__header {
  background-color: rgb(218, 41, 28);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-privacy-policy__header img {
  height: 28px;
  width: auto;
}

.tc-privacy-policy__body {
  max-width: 640px;
  margin: 0 auto;
  padding: 24px;
  text-align: justify;
}

.tc-privacy-policy__link {
  text-decoration: none;
  color: #1db0f0;
}

.tc-privacy-policy__link:hover {
  opacity: 0.8;
}
