:root {
    --rice: #faf5ef;
    
    --primary-color: var(--rice);
    --secondary-color: #ccc;
    --font-family: sans-serif;
}

body {
    background: #ffe url("../badges/fade.png") top repeat-x;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.element {
    padding: 20px;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.element.addresses {
    margin-right: 256px;
    width: 100%;
    max-width: 545px;
}

.title-text {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 0 10px;
    align-self: center; 
}

.info p {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 15px;
}


.addresses .title-text {
    text-align: center;
}

.button {
    image-rendering: pixelated;
}