body{
    margin: 0;
    padding: 0;
    background-image: url(media/bg.jpg);
    background-size: cover;
}

header{
    display: flex;
    justify-content: center;
    padding: 40px;
}

main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding-bottom: 40px;
    margin: 0;
}

.line{
    background-color: white;
    height: 2px;
    width: 70%;
    margin: 10px 0;
}

h1{   
    color: #C69C6D;
    font-size: 32px;
    margin: 0;
    font-family: "span", serif;
    font-weight: 400;
    font-style: normal;
}

h2{
    color: #6A5134;
    font-size: 36px;
    margin: 0;
    padding-bottom: 20px;
    font-family: "span", serif;
    font-weight: 400;
    font-style: normal;
}

.text{
    font-size: 22px;
}

#text1{
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: "raleway", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#text2{
    margin-top: 40px;
    font-family: "raleway", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#text3{
    font-family: "raleway", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#text4{
    color: #C69C6D;
    padding-left: 20px;
    font-size: 16px;
    font-family: "span", serif;
    font-weight: 400;
    font-style: normal;
}

.circle-box{
    border: 4px solid #C69C6D;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-box svg{
    padding-top: 8px;
}

#svg-carrello{
    padding-right: 4px;
}

.circle-box:active{
    background-color: white;
}

.link-box{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 70%;
    padding: 20px 15% 40px 15%;
}

.btn{
    background: black;
    border: 1px solid #C69C6D;
    color: #C69C6D;
    padding: 8px 80px;
    font-size: 20px;
    margin-top: 20px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
}