@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap");

body {
    font-family: 'Kalam', cursive;
    font-size: 1.2rem;
    font-weight: 300;
    background-image: url("https://wallpaperbat.com/img/590680-minion-desktop-wallpaper.jpg");
    margin: auto;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.navigation {
    height: 5em;
    background-color: #FBD651;
    text-align: center;
    padding: 1rem;
    margin-bottom: 4rem;
}

.name {
    font-size: 4rem;
}

.text-box {
    height: 10vh;
    display: block;
    width: 60%;
    margin: auto;
    padding: 2rem;
}


.list-non-bullet {
    list-style: none;
}

footer {
    margin-top: 4rem;
    background-color: #FBD651;
    padding: 1rem;
    text-align: center;
    color: black;
}

#btn-translate {
    margin: center;
    background-color: #FBD651;
    padding: 0.5rem;
    margin: 2rem;
    color: black;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: large;
}

#output {
    background-color: white;
    border: 2px solid black;
    height: 10vh;
    width: 65%;
    margin: auto;
    padding: 1rem;
}

.text-trans {
    text-align: center;
    margin-bottom: 2rem;
    color: white;
}

.social-links {
    padding-inline-start: 0px;
}

.list-item {
    display: inline;
}

.social-img {
    max-width: 50px;
    padding: 1rem;
}