@font-face {
    font-family: "Playwrite IT Moderna";
    src: url("../fonts/PlaywriteITModerna-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
  }

body {
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.link {
    background: white;
    margin: 10px auto;
    padding: 15px;
    border-radius: 5px;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #f56ddb;
}

.link a span {
    color: #1f1f1f;
}

h4, h3 , p {
    width: 300px;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

p {
    color: #5a5a5a;
}

h4, h3 {
    color: #f56ddb;
    font-family: "Playwrite IT Moderna";
}
.logo {
    width: 150px;
    height: 150px;
}

.logo img {
    max-width: 100%;
 }

.blank {
    width: 100%;
    height: 36px;
}