* { 
    font-family: 'Coiny', cursive;     
}

body {
    background-size: cover;
    background-image: url("newLayoutV3.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

header {
    color: #626fa6;
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.text-color-div {
    color:	#ffffff; 
}

button {
    color:	#fbf7fc;
    background-color: #626fa6;
    border: 1px solid #fbf7fc;
    border-radius: 7px;
}

.background-container {
    height: auto;
    width: 340px;
    margin: auto;  
    background: rgba(155, 180, 204, 0.5);
    border-radius: 14px; 
    padding: 20px;
}

#decode-button {
    margin-left: 160px;
}

.text-color {
    color: #626fa6;
}


