@import 'reset.css';

body {
    background-color: #ECF0F1;
    text-align: center;
    color: #2C3E50;
}

h1 { 
    font-family: 'Sacramento', 'Open Sans', sans-serif;
    font-weight: 400; 
    font-size: 55px;
    padding: 15px 0 5px 0;
}

p { 
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    padding: 5px 0;
}

a {
    color: #D96B62;
    text-decoration: none;
}

.floating-card {
    margin-top: 10%;
}

.circle-img {
    width: 150px;
    border-radius: 150px;
    border: 2px solid #2C3E50;
}