* {
box-sizing: border-box;
}
body {
background: #fff;
color: #DD1D37;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
letter-spacing: 2px;
}
.wrapper {
margin-top: 60px;
margin-bottom: 60px;
}
.profile .img-wrapper {
text-align: center;
position: relative;
width: 250px;
margin-left: auto;
margin-right: auto;
}
.profile-picture {
margin-left: auto;
margin-right: auto;
height: auto;
max-width: 100%;
}
.profile-name {
text-align: center;
padding: 30px;
font-weight: bold;
line-height: 1.5;
}
.icon-list {
padding-top: 30px;
padding-bottom: 30px;
}
.links {
text-align: center;
margin-top: 20px;
padding: 20px;
border: 1px solid #DD1D37;
border-width: 2px;
width: 290px;
display: block;
margin-left: auto;
margin-right: auto;
}
a {
text-decoration: none;
background: #fff;
color: #DD1D37;
transition: ease-in-out .3s;
}
.icon-list a {
background: initial;
}
.icon-list img {
width: 32px;
height: 32px;
}
.bottom-text {
text-align: center;
margin-top: 40px;
font-size: 20px;
font-weight: bold;
}
a:hover {
background: #DD1D37;
color: #fff;
}
.bhdLno {
display: flex;
}
.cUWRuD {
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
height: 100%;
}
.saVRV:hover {
transform: scale(1.075);
}
.saVRV {
transition: ease-in-out .3s;
z-index: 0;
}
.saVRV:hover {
background: initial;
}
.gsOJfM {
padding-bottom: 12px;
padding-left: 8px;
padding-right: 8px;
color: inherit;
}
.saVRV svg {
pointer-events: none;
}
.iAekWR {
fill: #DD1D37;
width: 32px;
height: 32px;
transition: ease-in-out .3s;
}
.saVRV:hover .iAekWR {
fill: #DD1D378f;
}
