We have rebranded to Re:solve Global Health
– moving from providing foresight to Re:solving our most pressing health issues
Please go to re-solveglobalhealth.com for the latest insights, conversations and solutions for a healthier society. See you there!
.container {
display: flex;
width: 100%;
min-height: 100vh;
justify-content: center;
align-items: center;
}
.box {
width: 100%;
max-width: 700px;
text-align: center;
}
img {
height: 60px;
width: auto;
margin-bottom: 50px;
}
h1 {
display: block;
font-size: 2rem;
margin: 0 0 10px 0;
}
.tagline {
display: block;
font-size: 14px;
margin: 0 0 40px 0;
}
.body {
display: block;
font-size: 18px;
margin: 0;
}
.body a {
color: #000000;
text-decoration: underline;
}