/* Importing google fonts */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

html{
    font-family: 'Questrial', sans-serif;
}

body{
    background-image: url('bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

p {
    font-size: 4rem;
}

.inputfield {
    align-items: center;
    font-weight: 20;
    font-size: x-large;
    width: 300px;
    height: 60px;
    color: white;
    background-color: #151946;
    cursor: pointer;
    border-radius: 40px;
    border-color: #151946;
    border-width: 5px;
    padding-left: 35px;
    margin: 15px 5px;
    opacity: 1;
    font-family: 'Gemunu Libre', sans-serif;
}

div.transparentbox {
    float: right;
    height: 645px;
    width: 500px;
    color: white;
    font-size: 30px;
    background-color: rgba(64,32,254,0.5);
    border: 1px solid black;
    margin: 30px 40px;
    align-items: center;
}

button.rounded {
    min-height: 40px;
    width: 300px;
    background-color: white;
    padding: 20px;
    font-size: xx-large;
    opacity: 1;
    font-family: 'Gemunu Libre', sans-serif;
    font-weight: 700;
}

button a{
    text-decoration: none;
    color: black;
}

.button1 {
    border-radius: 30px;
    opacity: 1;
}