@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=IM+Fell+DW+Pica&family=Manrope:wght@200;300&family=Roboto:wght@100&display=swap');

*{
    font-size: 18px;
    font-family: 'Carter One', cursive;
    background:#3f5a78;
    color: white;
    text-align: center;
}

body {
    margin: 30px;
    padding: 30px;;
}

h {
    font-size: large;
}

p {
    font-size: large;
}

.profile {
    border-radius: 40%;
}

.btn {
    display: block;
    text-decoration: none;
    padding: 20px;
    color: rgb(255, 255, 255);
    background:hsl(202, 100%, 50%);
    margin: 25px;
    box-shadow: 0px 7px rgb(255, 255, 255);
    cursor: pointer;
}

.btn:hover {
    background: red;
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

.social-icons {
    margin-top: 30px;
    margin-bottom: 30px;
}
.social-icons {
    margin: 10px;
    margin-bottom: px;
    cursor: pointer;
}