body {
background-color: black;
color: black;
}

img {
display: block;
margin: auto;
width: 666px;
height: 666px;
}

.Button {
margin-top: 15px;
margin-bottom:15px;
margin-right: 16px;
background-color: #6307F0;
color: rgb(0, 0, 0);
border-radius: 6px;
text-decoration: none;
font-size: 16px;
cursor: pointer;
}

p {
    text-align: center;
    font-size: 18px;
    color: #6307F0
}
