2024-10-30 20:43:38 +00:00
|
|
|
@import "common.css";
|
|
|
|
|
|
|
|
body {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2024-11-26 19:42:03 +00:00
|
|
|
.contact p, .contact h2 {
|
|
|
|
color: #fff;
|
2024-10-30 20:43:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.contact .buttons {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact img {
|
2024-11-26 19:42:03 +00:00
|
|
|
height: 48px;
|
|
|
|
width: 48px;
|
|
|
|
margin: 0 auto;
|
2024-10-30 20:43:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.contact {
|
2024-11-26 19:42:03 +00:00
|
|
|
background-color: #1c71d8;
|
2024-10-30 20:43:38 +00:00
|
|
|
border-radius: 25px;
|
|
|
|
margin: 0 15vw 0 15vw;
|
|
|
|
padding: 50px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|