body {
    background-color: #111;
    font-family: victor mono;
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    color: #fff;
}

h1 {
    text-align: left;
    font-weight: bold;
}

.intro-line {
    text-align: left;
}

span {
    font-weight: bold;
}



.image {
    width: 200px;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.button-container {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}

.button {
    background-color: #d6d6e6;
    border: none;
    color: #333;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 10px;
    cursor: pointer;
    border-radius: 12px;
    transition-duration: 0.4s;
}

.contact-btn {
    display: inline-block;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #0e8ce0;
    color: white;
    cursor: pointer;
    border-radius: 12px;
    transition-duration: 0.4s;
}

.footer {
    text-align: center;
    font-size: 20px;
    color: #0ce663;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333333;
}

.container {
    padding-bottom : 100px;
}