@import url('https://fonts.googleapis.com/css2?family=Aleo:wght@600&family=Ubuntu&display=swap');

body {
    height: 100%;
    overflow-y: hidden;
 }

h1 {
    font-family: 'Aleo', sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
}

.con {
    background-image: url("img/coolpool.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.logo {
    max-width: 15%;
    min-width: 220px;
    height: auto;
}
.ne {
    max-width: 15%;
    min-width: 200.5px;
    height: auto;
    padding: 10px;
}

.nav {
    list-style-type: none;
    display: flex;
    margin-left: auto;
}

.nav .item {
    margin: auto 10px;
    text-align: right;
}

.item {
    padding: 10px;
}

.link {
    text-decoration: none;
}

.about {
    padding: 20px 50px;

    display: grid;
    gap: 0;
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr;
}

.code {
    display: flex;
}

.text {
    margin: 200px 0;
    text-align: center;
}
