richmeetbeautiful.com Ads.txt file
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>RichMeetBeautiful</title>
<style>
html {
width: 100%;
height: 100%;
margin: 0;
}
body {
width: 100%;
height: 100%;
margin: 0;
background: #E6CB53;
position: relative;
min-width: 200px;
min-height: 200px;
}
.centered {
height: 200px;
box-sizing: border-box;
padding: 50px 0;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-weight: 700;
line-height: 1.5;
font-family: Averta,Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
color: #4A4A4A;
font-size: 48px;
width: 1000px;
}
.centered img {
max-width: 40%;
margin-bottom: 6vh;
}
@media(max-width: 1400px) {
.centered {
font-size: 26px;
width: 800px;
}
}
@media(max-width: 640px) {
.centered {
font-size: 16px;
width: 100%;
}
.centered img {
max-width: 50%;
}
}
@media(max-width: 300px) {
.centered {
font-size: 14px;
width: 100%;
}
.centered img {
max-width: 50%;
}
}
</style>
</head>
<body>
<div class="centered">
<div><img src="https://d3vxs628wr17y7.cloudfront.net/0293285/backendAssets/oldrmb/logo/fully-black/en.png"></div>
<div>RichMeetBeautiful has been shut down</div>
</div>
</body>
</html>