* {
    margin: 0;
    padding: 0;
}

html,
body {
    min-height: 100%;
}


html {
    background-image: url('bg.avif');
    background-position: center;
    background-size: cover;
}

main {
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    border-radius: 20px;
    color: rgb(61, 61, 61);
    box-shadow: 0 0 40px rgba(0, 0, 0, .8);
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px auto;
}

h1 {
    color: white;
    text-align: center;
    margin: 20px 0;
}

.projects {}


.project {
    margin: 15px 0;
}

.project:first-child {
    margin-top: 0;
}

.project:last-child {
    margin-bottom: 0;
}

.experience {
    border-top: 1px solid #969696;
    margin-top: 10px;
    padding-top: 10px;
}


.tech>div {
    margin-top: 10px;
}

.contact {
    border-top: 1px solid #969696;
    margin-top: 10px;
    padding-top: 10px;
}