/* style.css */

body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}

.wrap {
    width: 95%;
    margin: auto;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.title {
    text-align: center;
    color: #333;
}

.title h1 {
    font-size: 2em;
}

.title a {
    text-decoration: none;
    color: inherit;
}

img {
    border-radius: 50%;
}

a {
    display: block;
    text-align: center;
    padding: 2px;
    background-color: #ff006a;
    color: #ffffff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}
