
body {
    background: linear-gradient(
            rgba(26, 24, 24, 0.5),
            rgba(26, 24, 24, 0.5)
          ),
          url("https://nadjanavedo.com/images/background.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Fjalla One', sans-serif;
    color:#e1e5e4;
    font-size: 2em;
    line-height: 26px;
    text-align: center;
}

h1 {
font-size:3em;
margin:50px 0;
color:#fcbeb3;  

}

h2 {
color:#acdbde;
}
a {
    text-decoration: none;
    color:#e1e5e4;
}
a:hover {
    color:#a14b56;
}
.row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    top:150px;
}
.column3 {
    display:flex;
    flex-direction: row;
}
.button-1{
    background-color: none;
        border-radius: 5px;
        border: 2px solid #fcbeb3;
        margin: 40px auto 0;
        display: center;
        justify-content: center;
        padding: 30px;
        width: 300px;
        font-weight: bold;
        text-align: center;
        transition-duration: 0.4s;
        margin:0 20px;
}
.button-1:hover {
    background-color: #fcbeb3;
    color:#a14b56;
}

@media (max-width: 768px){
body{
 line-height: 17px;
 background-position: center top;
}
h1 {
margin:0;
font-size:50px;
}
.wrapper {
 height:1000px;
}
.column3{
 display: flex;
 flex-direction: column;
 margin:20px 0; 
}
.button-1 {
 margin:20px;
 width: 255px;
 }

@media (max-width: 320px){
 h1 {
margin:0;
font-size:44px;
}
}