body {
    font-family: "Roboto", sans-serif;
}

.container {
    max-width: 768px;
    padding: 0 15px;
    margin: 0 auto;
}

.birthstone-regular {
    font-family: "Birthstone", cursive;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 52px;
    text-align: center;
    margin: 0;
}

.title img {
    width: 200px;
    margin: 0 auto;
}

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

.lord img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    margin-top: 20px;
}

.download-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.btn {
    padding: 15px 20px;
    background: #1A255B;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
}