@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: 'Source Sans 3';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0A2A5C;
    color: #48E5C2;
}

button {
    width: 100px;
    padding: 5px;
    margin-left: 5px;
    background-color: #48E5C2;
    color: black;
    box-shadow: 0 8px 16px 0 #48E5C2;
}


.result-box {
    background-color: white;
    width: 200px;
    height: 400px;
}