
h1 {
    color: rgb(250, 0, 0);
    font-size: 200%;
}


.container {
    display: flex;
    align-items: center;
    justify-content: center
}

.box {
    border: 5px solid black;
    border-radius: 20px;
    margin-bottom: 1%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.headline a {
    color: rgb(200, 0, 0);
    font-size: 50px;
    display: flex;
    align-items: top;
    justify-content: center
}

.headline a:hover {
    color: rgb(250, 0, 0);
}

.info {
    display: flex;
    align-items:center;
    justify-content: center
}

img {
    margin: 10px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.text {
    font-size: 120%;
    margin-left: 20px;
    margin-right: 10px;
    max-width: 75%;
}

.technique_list {
    font-size: 150%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center
}

.technique_list li {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
}