*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    justify-content: center;
    display: flex;
    padding-top: 100px;
    background-color: black;
    font-family: Arial, sans-serif;
}
form {
    border-radius: 10px;
    justify-self: center;
    padding: 20px;
    background-color: rgba(76, 75, 75, 0.415);
}
img {
    border-radius: 100%;
    justify-self: center;
    display: flex;
    height: 80px;
    margin-bottom: 15px;
}
h2{
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: white;
    text-align: center; 
    justify-content: center;
    display: flex;
}
.info {
    color: white;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
span {
    color: yellow;
    font-family: Arial, sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.media {
    display: flex;
    justify-self: center;
    flex-direction: column;
    text-align: center;
    width: 250px;
}
button{
    background-color: rgba(128, 128, 128, 0.382);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Gill Sans', Calibri, sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}
button a {
    border: 1px solid rgba(128, 128, 128, 0.382);
    color: white;
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(128, 128, 128, 0.382);
    font-family: 'Gill Sans', Calibri, sans-serif;
    font-weight: bold;
    font-size: 13px;
}
button:hover {
    background-color: rgba(128, 128, 128, 0.6);
}
.media a{
    text-decoration: none;
}
.attribution {
    margin-top: 20px;
    color: white;
}