h1,
h3,
p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #384454;
}

body {
    background-color: #D4D3DC;
    text-align: center;
}

a {
    color: #317AC1;
    font-weight: bold;
}

a:hover {
    color: #E1A624;
    text-decoration: none;
}

h1 {
    border-bottom: #E1A624 dashed 5px;
    padding: 10px;
    font-size: 3em;
}

#linkbox {
    border: #384454 solid 3px;
    border-radius: 20px;
    width: 300px;
    height: 450px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#imagediv {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
}

img {
    height: 100px;
}

button {
    height: 75px;
    background: #E1A624;
    border: solid #384454 1px;
    color: #384454;
    font-weight: bold;
}

.haut {
    border-radius: 15px 15px 0 0;
    border: solid #384454 1px;
    color: #384454;
}

.bas {
    border-radius: 0 0 15px 15px;
    border: solid #384454 1px;
    color: #384454;
}

button:hover {
    background-color: #d79e21;
    border: dotted #384454 2px;
    transition: ease-in-out 0.15s;
}



