Sei sulla pagina 1di 4

/* popup */

.popup {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 40%);
}

.popup-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border-radius: 16px;
border: 1px solid #888;
width: 80%;
}

.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.popup1 {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 40%);
}

.popup-content1 {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border-radius: 16px;
border: 1px solid #888;
width: 80%;
}
.close1 {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close1:hover,
.close1:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.popup2 {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 40%);
}

.popup-content2 {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border-radius: 16px;
border: 1px solid #888;
width: 80%;
}

.close2 {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close2:hover,
.close2:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.popup3 {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 40%);
}

.popup-content3 {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border-radius: 16px;
border: 1px solid #888;
width: 80%;
}

.close3 {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close3:hover,
.close3:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.buttons {
width: 200px;
margin: 0 auto;
display: inline;
}

.alive-button {
width: 200px;
margin: 0 auto;
display: inline;
}

.images-center img {
width: 100%;
height: auto;
}

.text2 {
width: 311px;
height: 220px;
font-family: Poppins, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #344563;
flex: none;
order: 0;
flex-grow: 0;
}
/* desktop popup */

.images-center img {
display: grid;
margin-left: auto;
margin-right: auto;
width: 100%;
}

.perpendicular {
display: grid;
grid-template-columns: 1fr 1fr;
padding-bottom: 100px;
}

.space {
margin-left: 150px;
}

.text2 {
width: 778px;
height: 382px;
font-family: Poppins, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #344563;
flex: none;
order: 0;
flex-grow: 0;
}

Potrebbero piacerti anche