body {
    font-family: "Russo One", Arial, sans-serif;
    margin: 20px;
}

h1 {
    text-align: center;
}

form {
    text-align: center;
}

input {
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
}

hr#searchResults {
    width: 10px;
}



div#searchResults {
    font-family: Arial, sans-serif;
    margin-top: 20px;
    margin-right: 600px;
    margin-left: 60px;
}

.result {
    margin-bottom: 10px;
}

div#wikiResults { 
    font-family: Arial, sans-serif;
    display: none;
    vertical-align: top;
    float: right;
    width: 460px;
    background-color: rgba(50,50,50,0.05);
    border-radius: 10px;
    padding: 20px; 
   
}
div#catsResult img {
    text-align: center;
    align-content: center;
    padding: 20px;
    width: 439px;
    height: 250px;
    margin-left: 95px;
}
div#catsResult {
    display: none;
    vertical-align: top;
    float: right;
    margin-top: 20px;
    background-color: rgba(50,50,50,0.05);
    border-radius: 10px;
    width: 500px;
}

#infos {  
    display: none;
    float: right;
    max-width: 500px;
  }

div#catsResult img {

    width: 256px; 
}

#URL {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}


.centered-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 93vh;
}

.centered-image {
    width: 64px;
    padding-right: 30px;
    max-width: 100%; 
    max-height: 100%;
}

@media screen and (max-width:600px) {
    #infos {  
        display: none;

      }
}