.btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: rgb(0, 140, 255);
    color: black;
    text-decoration: none;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
}
img {
    width: 500px;
}
.link {
    color: black;
}
.btn:hover {
    background-color: rgb(0, 110, 255);
}

body {
    text-align: center;
    font-family: 'Arial';
    background: rgb(230, 245, 255);
    color: black;
}