body {
    font-family: 'Zen Maru Gothic', sans-serif !important;
}

.button-style {
    background-color: #ff9800 !important;
    color: white !important;
    border: 2px solid #ff9800 !important;
    padding: 5px 20px !important;
    font-weight: bold;
    margin-left: 24px;
}

.button-follow {
    background-color: #ffffff ;
    color: #ff9800 !important;
    border: 1px solid #ff9800 !important;
    border-radius: 20px !important; 
    transition: 0.3s; 
}

.button-follow:hover {
    background-color: #ff9800 !important;
    color: #ffffff !important;
}

.jumbotron {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5)), 
        url("../storage/top/top_image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    min-height: 300px;
}