@font-face{
	font-family: myFont;
	src:url("../fonts/Raleway-Bold.ttf");
}

body {
    background-color: #ffffff;
    background-image: url("../images/bg.jpg");
    background-position: right;
    background-size: cover;
    
    min-height: 100vh;
    min-width: 300px;
    
    
    font-family: myFont;
    font-size: 18px;
    color: #36355C;
    
}


.social {
    display: flex;
    margin-top: 1.25rem;
    fill: #D96A98;
    height: 4rem;
    width: 4rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    text-align: center;
    
    
}


.social:hover{
    transform: scale(1.50);
    fill: #58BA86;

}