body{
    color: white;
    background-color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.outerbox{
    color: white;
    background-color: black;
    overflow:auto;
}
.my-image{
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 300px;
}
h1{
    text-align: center;
    text-shadow: 2px 2px transparent;}
p{
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
}
button{
    background-color: white;
    font-size: 24px;
    padding: 20px 40px;
    border-radius: 12px;
    width: fit-content;
    transition-duration: 0.4s;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    text-decoration: none;
    display: flexbox;
    margin-right: 5px;
}
button:hover{
    background-color: rgb(8, 4, 4);
    border-radius: 50%;
    color: black;
}
.button-div{
    text-align: center;
    margin-bottom: 100px;
}
a{
    text-decoration: none;
}
footer{
    position: fixed;
    background-color: gray;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    height: 50px;
}
#copyright{
    font-size: 16px;
    margin: 20px;
}
footer{
    background-color: rgb(58, 54, 54);
    align-items:stretch;
    
}
header{
    background-color: transparent;
}
