<style>
.text {
width: 270px;
padding: 20px;
color: #51baff;
font-family: 'Noto Sans',Arial,sans-serif;
font-weight: 700;
border: 2px dashed red;
text-align: center;
}
</style>
<div class="text">Это синий текст в красном пунктире</div>
<style>
.button {
width: 270px;
height: 64px;
background: #51baff;
border-radius: 60px;
font-size: 18px;
font-family: 'Noto Sans',Arial,sans-serif;
font-weight: 700;
text-transform: uppercase;
color: white;
}
</style>
<button class="button">Это синяя кнопка</button>