
body{
    background: rgb(209, 251, 253);
    text-align: center;
    border:70px double rgb(246, 7, 7);
    border-radius: 30px;
    cursor: url("../images/cupcake.png"), auto;
}
h1{
padding: 60px;
color: aliceblue;
font-size: 100px;
text-shadow: 0 0 15px #83a0f7, 0 0 200px #f40606, 0 0 200px #f40606; 
}

h2{
    color: #ef1307;
}
p{
color: #ef1307;

}
nav{

    display: flex;
    justify-content: space-around;
    top: 100px;
    left: 0;
    position: fixed;
    width: 100%;
    font-size: 30px;
    font-family: cursive;
}

nav a{
    margin: 0;
}

img{
    width: 50%;
    border-radius: 12px;
}

#bio{
    color: #ef1307;
    border-radius: 30px;
}
#contact{
    color: #fe0000;
    border-radius: 30px;
}
a{
text-decoration: wavy;
background: #83a0f7;
padding: 12px;
border-radius: 20px;
color: rgb(253, 255, 255);
font-family:cursive;
margin: 200px;
box-shadow:#f40606;
}
 