* {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    box-sizing: border-box;
}

body {
    margin-top: 170px !important;
    background-image: url('../assets/texture-background.png');
}

header {
    background-color: #25316A;
    height: 130px;
    box-shadow: 0px 0px 8px 0px #25316A;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    color: white;
}

code {
    color: blue !important;
}

h5 {
    font-weight: 700 !important;
}

.welcome-title {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    margin-bottom: 3%;
    color: #25316A;
}

.subtitle {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
}

.font-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.card {
    border: none !important;
    border-radius: 20px !important;
}

.card-url {
    background: #f2f2f2;
    border: 1px solid #307BBF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-url2 {
    background: #f2f2f2;
    border: 1px solid #307BBF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-url2 .get {
    background-color: #307BBF;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center;

}

.card-url2 .url {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
}

.card-body .good {
    width: 8%;
    background-color: #85BE57;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.card-body .error {
    width: 8%;
    background-color: #E94256;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.card-url .url {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.images {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #f2f2f2;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.linear-h {
    height: 3px;
    width: 100px;
    background-color: #212529;
    margin-bottom: 4px;
    margin-top: 2px;
}

.text-personalization {
    text-align: justify;
}

.goToTopcss {
    position: fixed;
    z-index: 2;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    font-size: x-large;
    outline: none;
    border: none;
    background: #307BBF;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5;
}

.show {
    opacity: 1 !important;
}
