
body {
   background-color: #E1E1E1;
} 

.button4 {
font-family: Times New Roman;
font-size : 4vw;
letter-spacing: 0.5px;
line-height: 1.1;
font-weight: 100;
color: #000;
background-color: #E1E1E1;
transition: all 0.3s ease 0s;
cursor: hand;
text-decoration: none;
text-align: center;
}

.button5 {
font-family: Times New Roman;
font-size: 12px;
width: 180px;
height: 45px;
letter-spacing: 0.2px;
font-weight: 700;
color: #000;
background-color: #fff;
border: none;
border-radius: 20px;
transition: all 0.3s ease 0s;
cursor: pointer;
margin-bottom: 40px;
box-shadow:0 2px 30px -1px #fff;
line-height: 50px;
text-decoration: none;
text-align: center;
}

.button5:hover {
background-color: #000000;
color: #FFFFFF;
transform: translateY(0px);
box-shadow:0 2px 30px -1px #fff;
text-align: center;

}

.wrap4 {
margin: 30px;
display: flex;
justify-content: center;
align-items: center;
}

.wrap1 {
margin: 10px;
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
}


