﻿body {
    height: 100%;
    width:100%;
    align-items:center;
    justify-content:center;
    display:flex;   
}

html{
    height:100vh;
}

h2 {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #479FD7;
    font-size: 25px;
}

.wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction:column;
    max-width:100%;
}

.buttonContainer .custom-btn {
    margin: 15px;
    padding: 10px 20px;
    font-size: 17px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: transparent;
    color: #479FD7;
    border: 1px solid #479FD7;
    cursor: pointer;
    white-space: normal;
    min-width: 70px;
    max-width: 220px;
    height: 40px;
    margin-bottom: 30px;
}

.custom-btn:hover {
    background-color: #66A1F4;
    border-color: #66A1F4;
    color: #FFFFFF;
}

.btn {
    border-radius: 3px;
}

.pegasus_logo{
    max-width:70vw;
    transform:translateX(-30px);
}


.codeTextArea {
    max-width: 70vw;
    height: 25px;
    border: solid 2px #479FD7;
    border-radius:3px;
    padding:4px;
}
.text-danger {
    color: red;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(255, 0, 0, 0.1);
    padding: 7px;
    margin-bottom: 7px;
}
