@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300&display=swap');

/* General CSS START */

body {    
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px; 
    min-width: 320px;   
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    
}

section {
    padding: 100px 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    text-align: center;
}

h1 {
    font-size: 45px;
    font-weight: 900;
}

h2 {
    font-size: 35px;
    font-weight: 700;
}

p {
    padding: 0;
    margin: 0;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    
}

button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s;
}

button:hover {
    background-color: #196d1b;

}

.paragraf-mb200 {
    margin-bottom: 200px;
}
/* General CSS END */



/* Navbar Start */

.navbar-brand {
    font-size: 25px !important;
    font-weight: bold !important;
    color: green !important;
}

/* Navbar End */


/* Home start */
.home_titile {
    padding: 100px 0;;
}

.title__exersice {
    margin-bottom: 50px;
}

.result__js {
    margin-left: 50px;
}

.js__tab p {
    font-size: 25px;
    font-weight: bold;
}
