body{
    background-color: pink;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@font-face{
    font-family: 'adine';
    src: url('font/AdineKirnberg-Script.ttf') format(truetype);
    font-weight: normal;
    font-style: normal;
}

.page1{
    align-items: center;
    justify-content: center;
}

h1{
    text-align: center;
    font-family: "adine";
    color: darkred; 
    font-size: 150px;
}

.page {
    display: none;
}

.page.active {
    display: block;
}

img{
    width: 100%; 
    height: 100%;
}

.options {
    width: 200px; 
    height: 200px;
    justify-content: center; 
    align-items: center; 
    overflow: hidden;
}

.options img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    justify-content: center;
    align-items: center;
}

#page2{
    align-items: center;
    justify-content: center;
}

input[type=text] {
    width: 400px;
    height: 45px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2,5px solid darkred;
    outline: none;
}

.continue{
    font-family: "adine";
    color: pink; 
    font-size: 28px;
    border: 2px solid darkred;
    background-color: darkred;
}


img#selectedAnimalImage{
    display: block;
    margin: 0 auto;
    width: 200px; 
    height: 200px;
}


.food{
    margin-top: 100px;
    margin-right: 80px;
    font-family: "adine";
    color: pink; 
    font-size: 28px;
    border: 2px solid darkred;
    background-color: darkred;
    
}

.love{
    margin-top: 100px;
    font-family: "adine";
    color: pink; 
    font-size: 28px;
    border: 2px solid darkred;
    background-color: darkred;
}

#actions{
    margin-top: -500px;
    font-family:"adine";
    color: darkred;
    font-size: 150px;

}

