.diploma-container {
    padding: 30px;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
}

.diploma-content {
    margin-top: 80px;
    font-size: 2vh;
}

.download-button,
.go-home,
.go-to-form {
    height: var(--buttonHeight);
    width: 100%;
    font-size: 2vh;
    border: none;
    border-radius: var(--buttonRadius);
    margin-top: 15px;
    background-color: var(--orange);
}

.crown {
    height: 220px;
    width: 300px;
    position: absolute;
    right: 30px;
    bottom: 0;
}

@media only screen and (max-width: 375px) {
    .diploma-content {
        font-size: 16px;
    }

    .diploma-nalle-puh {
        height: 250px;
        width: 250px;
    }
}

@media screen and (min-width: 769px) {
    .appreciation {
        width: 60%;
    }

    .download-button,
    .go-home,
    .go-to-form {
        width: 40%;
    }

    .diploma-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
