* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: rgb(16, 113, 4);
    background: linear-gradient(0deg, rgba(16, 113, 4, 1) 0%, rgba(139, 196, 142, 1) 80%);
}

#name {
    font-family: "karantina", serif;
    font-size: 65px;
    color: white;
    text-shadow: rgba(0 0 0 0.548);
}

#body {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
}
h2 { 
    Font-family: "Halant", serif;
    Font-size: 40px;
    color: darkgreen;
    text-decoration:underline;
}

#links {
    padding: 20px 20px 20px 20px;
    background-color: rgb(225, 225, 225, 0.2);
    border-radius: 30px;
    border: solid white 5px;
    width: 80%;
    Position: relative;
    Margin-left:auto;
    Margin-right:auto;
    font-family: "Nunito Sans", serif;
    font-size: 30px;
}

#links a {
    text-decoration: none;
    Color: white;
}

#links a:hover {
    color: black;
}

#links a:visted {
    color: red;
}

#photo {
    border-style: solid;
    border-color: white;

}