@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;700&display=swap');


:root {
    --brand-border-color: #d68101;
    --brand-color: #ff9a00;
    --brand-font-family: 'Cormorant Garamond', serif;
}

body {
    background-color: burlywood;
    background-blend-mode: luminosity;
}

.addng-main-container {
    background: linear-gradient(#ff9a03, #feb602) fixed;
    border-color: black;
}

.hero .description {
    color: black;
    width: 80%;
    margin: 1em auto;
    font-size: smaller;
}

.hero .description div:first-of-type {
    font-size: x-large;
    text-shadow: 1px 1px 2px #000;
    color: white;
    text-align: center;
}

.hero .description div:nth-of-type(2) {
    border: 1px dashed black;
    border-width: 1px 0;
    padding: 10px 0;
    margin-top: 10px;
}

.addng-cta {
    text-transform: capitalize;
    background-color: black;
}

.addng-cta:hover {
    border: 2px solid white;
    color: black;
}