@font-face {
    font-family: "agrandir";
    src: url("fonts/Agrandir-Regular.otf");
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "agrandir";
}

body {
    height: 100vh;
    background: linear-gradient(#001530 90%, #003757);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodi {
    color: #FFF;
    font-size: 80px;
    font-weight: 100;
}

.go {
    color: #09A5FF;
    font-size: 80px;
    font-weight: 100;
}

h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 100;
}