body {
    background-color: #77895d;
    color: white;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
    color:rgb(178, 230, 105);
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color:rgb(119, 9, 110);
    font-style: italic;
    font-weight: bolder;
}
