*{
    background-color: #e8ddcf;
}


.image{
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img{
width: 200px;
background-color: transparent;
}

.popup{
display: none;
position: fixed;
bottom: 450px;
right: 500px;
z-index: 10;
}

.form{
border-radius: 30px;
border: 3px solid #bf4300;
max-width: 500px;
padding: 20px;
background-color: #fffbd1;
}

.cancel{
position: fixed;
right: 485px;
bottom: 580px;
width: 40px;
height: 40px;
border-radius: 15px;
border: solid #804221;
font-size: 20px;
background-color: salmon;
color: #bf4300;
}

.form>p, .form>h3, .form>.link{
background-color: #fffbd1;
color: salmon;
}
p,.link{
font-size: 15px;
}
