*{
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

.navbar{
    padding: 10px;
    background-color: #6717D0;    
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
}

a.logo{
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.navbar-item{
    color: #fff;
    padding-right: 10px;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
}

a.navbar-item:hover{
    background-color: #6717D0;
    color: rgb(0, 0, 0);
    
}

img{
    text-align: center;
}

figcaption{
    font-size: 1.1rem;
}

.button{
    background-color: #6717D0;
}

.cardcustom {
    border-left: #6717D0;
    border-right: #6717D0;
    margin-top: 25px;
}

.cardcustombody > h3 {
    padding: 5px;
    margin-bottom: 15px;
    background-color: #6717D0;
    color: #fff;
}

.cardcustombody h3:hover {
    cursor: pointer; 
    background-color: rgb(220, 196, 248);
    color: #6717D0;
}

#result-content {
    margin:auto;
    width: 700px; 
}

#result-header-text{
    text-align: center;
    font-size: 1.4rem;
}

#search-form{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}