@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap');


img {
    width: 400px;
}

body {
    text-align: center;
    font-family: 'Science Gothic';
    background: #c4dde7;
}

#Fox:hover {
    height: 380px;
    width: 440px;
}

#snw:hover {
    height: 500px;
    width: 300px;
}

.hdt {
    font-size: 30px;
}